No biocManager test phone home [CW-7260]

This commit is contained in:
Neil Horner 2026-05-21 13:45:11 +00:00
parent c54ba7b0d7
commit bc1ced9c9f

View File

@ -17,7 +17,9 @@ Sys.setenv(
TEST_DATA = Sys.getenv("TEST_DATA", unset = file.path(repo_root, "test_data")), TEST_DATA = Sys.getenv("TEST_DATA", unset = file.path(repo_root, "test_data")),
TESTTHAT_PKG = "workflowGlueR", TESTTHAT_PKG = "workflowGlueR",
TESTTHAT_PARALLEL = "true", TESTTHAT_PARALLEL = "true",
TESTTHAT_CPUS = "8" TESTTHAT_CPUS = "8",
BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS = "FALSE",
R_BIOC_VERSION = "3.21"
) )
testthat_dir <- file.path(pkg_dir, "tests", "testthat") testthat_dir <- file.path(pkg_dir, "tests", "testthat")