Skip to content

Commit f32e0e5

Browse files
committed
Don't check interrupts on Windows
1 parent c7ac808 commit f32e0e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inst/unitTests/runit.stack.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ if (.runThisTest) {
4242
}
4343

4444
test.stackUnwindsOnInterrupts <- function() {
45+
if (.Platform$OS.type == "windows") {
46+
return(NULL)
47+
}
4548
unwound <- FALSE
4649
expr <- quote({
4750
repeat testSendInterrupt()

0 commit comments

Comments
 (0)