Skip to content

Commit ee05d15

Browse files
committed
Skip test on old Windows for now
1 parent ba85d69 commit ee05d15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testthat/test-signal.R

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
test_that("long-running queries can be cancelled", {
22
skip_if_not_installed("callr")
3+
# Skip on Windows for R < 4.4, the signal doesn't seem to make it through
4+
# (but works for the toy repository)
5+
skip_if(getRversion() < "4.4.0" && .Platform$OS.type == "windows")
36

47
r_session <- callr::r_session$new()
58

0 commit comments

Comments
 (0)