We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931b792 commit be39799Copy full SHA for be39799
1 file changed
test/io/event/selector/cancellable.rb
@@ -42,6 +42,8 @@ def after
42
end
43
44
it "can cancel waits" do
45
+ skip "Not supported on Windows" if RUBY_PLATFORM =~ /mswin|mingw|cygwin/
46
+
47
reader = Fiber.new do
48
buffer = IO::Buffer.new(64)
49
0 commit comments