Skip to content

Commit

Permalink
TESTS: Re-enable tests for bug #515
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed May 6, 2022
1 parent 3985457 commit d610a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/globals,manual.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ options(future.debug=FALSE)

## https://github.com/HenrikBengtsson/future/issues/515
skip_bug_515 <- function(strategy, exclude = getOption("future.assign_globals.exclude", c("namespace"))) {
if (packageVersion("future") >= "1.22.0") return(FALSE)
if ("namespace" %in% exclude) return(TRUE)
strategy %in% c("sequential", "multicore")
}
Expand Down

0 comments on commit d610a65

Please sign in to comment.