We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba85d69 commit ee05d15Copy full SHA for ee05d15
tests/testthat/test-signal.R
@@ -1,5 +1,8 @@
1
test_that("long-running queries can be cancelled", {
2
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")
6
7
r_session <- callr::r_session$new()
8
0 commit comments