... | ... |
@@ -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 |