Skip to content

Commit f4650ea

Browse files
covr: disable nested multisession, which fail for unknown reasons with 'covr'
1 parent a6662df commit f4650ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/nested_futures,mc.cores.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ winWorkaround <- (.Platform$OS.type == "windows" && getRversion() >= "4.0.0")
1616

1717
message("*** Nested futures - mc.cores ...")
1818

19-
strategies <- "multisession"
19+
strategies <- NULL
20+
if (!covr_testing) strategies <- c(strategies, "multisession")
2021
if (supportsMulticore()) strategies <- c(strategies, "multicore")
2122

2223
pid <- Sys.getpid()

0 commit comments

Comments
 (0)