We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f811f6f commit a06e12cCopy full SHA for a06e12c
tests/testthat/test_ClusterFunctions.R
@@ -73,6 +73,8 @@ test_that("brew", {
73
74
test_that("Export of environment variable DEBUGME", {
75
reg = makeRegistry(file.dir = NA, make.default = FALSE)
76
+ if (reg$cluster.functions$name == "Socket")
77
+ skip("Environment variables not exported for CF socket")
78
batchMap(function(i) Sys.getenv("DEBUGME"), i = 1, reg = reg)
79
80
prev = Sys.getenv("DEBUGME")
0 commit comments