Skip to content

Commit

Permalink
skips
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed May 15, 2024
1 parent 448200a commit e9b953b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-9-clustermq.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
drake_context("clustermq")

test_with_dir("clustermq parallelism for CRAN", {
skip_on_cran()
skip_if_not_installed("clustermq", minimum_version = "0.9.1")
skip_on_os("windows")
options(clustermq.scheduler = "multicore")
Expand Down Expand Up @@ -179,6 +180,7 @@ test_with_dir("Start off with non-HPC targets, then go to HPC targets.", {
})

test_with_dir("clustermq warnings (worker caching)", {
skip_on_cran()
build <- list(target = "x", warnings = "y")
expect_warning(cmq_report_warnings(build))
})

0 comments on commit e9b953b

Please sign in to comment.