From bc1ced9c9f35040168dba92209af55ec4b33d0f4 Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Thu, 21 May 2026 13:45:11 +0000 Subject: [PATCH] No biocManager test phone home [CW-7260] --- bin/workflow_glue_r/tests/testthat.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/workflow_glue_r/tests/testthat.R b/bin/workflow_glue_r/tests/testthat.R index a60e493..bc3a646 100644 --- a/bin/workflow_glue_r/tests/testthat.R +++ b/bin/workflow_glue_r/tests/testthat.R @@ -17,7 +17,9 @@ Sys.setenv( TEST_DATA = Sys.getenv("TEST_DATA", unset = file.path(repo_root, "test_data")), TESTTHAT_PKG = "workflowGlueR", 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")