Skip to content

Commit e8615e8

Browse files
committed
No parallelization in tests
1 parent 77806a3 commit e8615e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/transform-files.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ transform_files <- function(files, transformers, include_roxygen_examples, base_
2020
cat("Styling ", len_files, " files:\n")
2121
}
2222

23-
if (rlang::is_installed("furrr")) {
23+
if (!identical(Sys.getenv("TESTTHAT"), "true") && rlang::is_installed("furrr")) {
2424
if (inherits(future::plan(), "uniprocess")) {
2525
local_options(future.supportsMulticore.unstable = "quiet")
2626
oplan <- future::plan("multiprocess")

0 commit comments

Comments
 (0)