Skip to content

Commit 9747ba9

Browse files
committed
Adding explanation of parallel testing.
Before, it just said `. is TRUE`
1 parent c79f281 commit 9747ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/testing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,5 +379,5 @@ skip_during_parallel <- function() {
379379
Sys.getenv("STYLER_TEST_IS_TRULY_PARALLEL", TRUE) %>%
380380
toupper() %>%
381381
as.logical() %>%
382-
testthat::skip_if()
382+
testthat::skip_if("Running in parallel")
383383
}

0 commit comments

Comments
 (0)