summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/op/sigdispatch.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/op/sigdispatch.t b/t/op/sigdispatch.t
index 29fc062f02..2e36a84249 100644
--- a/t/op/sigdispatch.t
+++ b/t/op/sigdispatch.t
@@ -93,7 +93,9 @@ TODO:
is $gotit, 0, 'Received both signals';
}
-{
+SKIP: {
+ skip("alarm cannot interrupt blocking system calls on $^O", 2)
+ if $^O eq 'MSWin32';
# RT #88774
# make sure the signal handler's called in an eval block *before*
# the eval is popped