Skip to content

Commit b00ff99

Browse files
bschilderclaude
andcommitted
Skip 4 tests on Windows: remote bigwig/tabix unsupported
rtracklayer and Rsamtools cannot access remote bigwig/bgz files on Windows CI (UCSC library failures, readLines connection errors). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ab9404d commit b00ff99

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

tests/testthat/test-NOTT2019_epigenomic_histograms.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test_that("NOTT2019_epigenomic_histograms works", {
2-
2+
3+
testthat::skip_on_os("windows")
34
dat <- echodata::BST1
45
items_lv1 <- c("data","plot")
56
items_lv2 <- c("raw","peaks")

tests/testthat/test-ROADMAP_query.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test_that("ROADMAP_query works", {
2-
2+
3+
testthat::skip_on_os("windows")
34
query_dat <- echodata::BST1
45
#### as file names ####
56
bed_paths <- ROADMAP_query(

tests/testthat/test-import_ucsc_bigwigs.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test_that("import_ucsc_bigwigs works", {
2-
2+
3+
testthat::skip_on_os("windows")
34
bigwig_metadata <- echoannot::NOTT2019_bigwig_metadata[1,]
45
query_dat = echodata::BST1
56

tests/testthat/test-motifbreakR.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
test_that("MOTIFBREAKR works", {
2-
3-
library(BSgenome) ## <-- IMPORTANT!
2+
3+
testthat::skip_on_os("windows")
4+
library(BSgenome) ## <-- IMPORTANT!
45
set.seed(2022)
56
#### Example fine-mapping results ####
67
merged_DT <- echodata::get_Nalls2019_merged()

0 commit comments

Comments
 (0)