Browse code

Skip Windows-specific failing test

PeteHaitch authored on 24/04/2020 03:23:25
Showing 2 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: bsseq
2
-Version: 1.23.2
2
+Version: 1.23.3
3 3
 Encoding: UTF-8
4 4
 Title: Analyze, manage and store bisulfite sequencing data
5 5
 Description: A collection of tools for analyzing and visualizing bisulfite
... ...
@@ -81,4 +81,4 @@ biocViews: DNAMethylation
81 81
 SystemRequirements: C++11
82 82
 LinkingTo: Rcpp, beachmat
83 83
 NeedsCompilation: yes
84
-RoxygenNote: 6.1.0
84
+RoxygenNote: 7.1.0
... ...
@@ -59,6 +59,9 @@ test_that("BSseq with HDF5Backend", {
59 59
 })
60 60
 
61 61
 test_overlaps <- function() {
62
+    # TODO: Re-enable test on Windows once
63
+    #       https://github.com/Bioconductor/HDF5Array/issues/29 is fixed.
64
+    skip_on_os("windows")
62 65
     M <- matrix(1:9, 3, 3)
63 66
     colnames(M) <- c("A1", "A2", "A3")
64 67
     Cov <- M + 2