Skip to content

Commit 8f2c3b1

Browse files
bschilderclaude
andcommitted
Skip motifbreakR test on macOS: parallel SIGPIPE crash in GHA
The MOTIFBREAKR test triggers a SIGPIPE/connection error in parallel processing on macOS GHA runners. Skip on macOS and also add skip_if_not_installed guards for motifbreakR and BSgenome. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 32eaa20 commit 8f2c3b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/testthat/test-motifbreakR.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
test_that("MOTIFBREAKR works", {
22

33
testthat::skip_on_os("windows")
4+
testthat::skip_on_os("mac")
5+
testthat::skip_if_not_installed("motifbreakR")
6+
testthat::skip_if_not_installed("BSgenome.Hsapiens.UCSC.hg19")
47
library(BSgenome) ## <-- IMPORTANT!
58
set.seed(2022)
69
#### Example fine-mapping results ####

0 commit comments

Comments
 (0)