Browse code

Woops, skipped the wrong test with previous commit

Peter Hickey authored on 24/04/2020 04:34:15
Showing 2 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: bsseq
2
-Version: 1.23.3
2
+Version: 1.23.4
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
... ...
@@ -44,6 +44,9 @@ test_that("BSseq", {
44 44
 })
45 45
 
46 46
 test_that("BSseq with HDF5Backend", {
47
+    # TODO: Re-enable test on Windows once
48
+    #       https://github.com/Bioconductor/HDF5Array/issues/29 is fixed.
49
+    skip_on_os("windows")
47 50
     M <- matrix(1:9, 3, 3)
48 51
     colnames(M) <- c("A1", "A2", "A3")
49 52
     Cov <- M + 2L
... ...
@@ -59,9 +62,6 @@ test_that("BSseq with HDF5Backend", {
59 62
 })
60 63
 
61 64
 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")
65 65
     M <- matrix(1:9, 3, 3)
66 66
     colnames(M) <- c("A1", "A2", "A3")
67 67
     Cov <- M + 2