We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79f281 commit 9747ba9Copy full SHA for 9747ba9
R/testing.R
@@ -379,5 +379,5 @@ skip_during_parallel <- function() {
379
Sys.getenv("STYLER_TEST_IS_TRULY_PARALLEL", TRUE) %>%
380
toupper() %>%
381
as.logical() %>%
382
- testthat::skip_if()
+ testthat::skip_if("Running in parallel")
383
}
0 commit comments