Skip to content

Commit 0254208

Browse files
committed
Only seems to work on recent versions
1 parent 0c34b4e commit 0254208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-parallel-crash.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
test_that("crash", {
22
skip_on_cran()
33
skip_on_covr()
4+
skip_if_not(getRversion() >= "4.4.0")
5+
46
withr::local_envvar(TESTTHAT_PARALLEL = "TRUE")
57

68
pkg <- test_path("test-parallel", "crash")

0 commit comments

Comments
 (0)