Skip to content

Commit f550880

Browse files
committed
Fixed slow test config for R BCF
1 parent b6e387c commit f550880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/R/testthat/test-api-combinations.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ test_that("Quick check of interactions between components of BCF functionality",
554554
skip_on_cran()
555555
# Code from: https://github.com/r-lib/testthat/blob/main/R/skip.R
556556
skip_if(
557-
isTRUE(as.logical(Sys.getenv("RUN_SLOW_TESTS", "false"))),
557+
isFALSE(as.logical(Sys.getenv("RUN_SLOW_TESTS", "false"))),
558558
"skipping slow tests"
559559
)
560560

0 commit comments

Comments
 (0)