Skip to content

Commit a06e12c

Browse files
committed
fixed a test
1 parent f811f6f commit a06e12c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test_ClusterFunctions.R

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ test_that("brew", {
7373

7474
test_that("Export of environment variable DEBUGME", {
7575
reg = makeRegistry(file.dir = NA, make.default = FALSE)
76+
if (reg$cluster.functions$name == "Socket")
77+
skip("Environment variables not exported for CF socket")
7678
batchMap(function(i) Sys.getenv("DEBUGME"), i = 1, reg = reg)
7779

7880
prev = Sys.getenv("DEBUGME")

0 commit comments

Comments
 (0)