Skip to content

Commit

Permalink
Skip cancellable test on Windows too.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Feb 14, 2024
1 parent ce95e26 commit 1668a81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/io/event/selector/cancellable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1668a81

Please sign in to comment.