Skip to content

Commit

Permalink
Skip test on old Windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 21, 2024
1 parent ba85d69 commit ee05d15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-signal.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
test_that("long-running queries can be cancelled", {
skip_if_not_installed("callr")
# Skip on Windows for R < 4.4, the signal doesn't seem to make it through
# (but works for the toy repository)
skip_if(getRversion() < "4.4.0" && .Platform$OS.type == "windows")

r_session <- callr::r_session$new()

Expand Down

0 comments on commit ee05d15

Please sign in to comment.