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 0c34b4e commit 0254208Copy full SHA for 0254208
tests/testthat/test-parallel-crash.R
@@ -1,6 +1,8 @@
1
test_that("crash", {
2
skip_on_cran()
3
skip_on_covr()
4
+ skip_if_not(getRversion() >= "4.4.0")
5
+
6
withr::local_envvar(TESTTHAT_PARALLEL = "TRUE")
7
8
pkg <- test_path("test-parallel", "crash")
0 commit comments