From 1668a81e3850deccf2adbe699fe8f30acac7f9be Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 14 Feb 2024 16:57:06 +1300 Subject: [PATCH] Skip cancellable test on Windows too. --- test/io/event/selector/cancellable.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/io/event/selector/cancellable.rb b/test/io/event/selector/cancellable.rb index 2dfa2bae..9ffc65cc 100644 --- a/test/io/event/selector/cancellable.rb +++ b/test/io/event/selector/cancellable.rb @@ -42,6 +42,8 @@ def after end it "can cancel waits" do + skip "Not supported on Windows" if RUBY_PLATFORM =~ /mswin|mingw|cygwin/ + reader = Fiber.new do buffer = IO::Buffer.new(64)