Skip to content

Commit

Permalink
Skip allocation test on windows - resource limitation issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 16, 2024
1 parent c024b2a commit c14703c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/io/event/selector/allocation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

describe(klass, unique: name) do
it "can allocate and deallocate multiple times" do
skip_if_ruby_platform(/mswin|mingw|cygwin/)

pipes = 10.times.collect{IO.pipe}

# This test can hang if write barriers are incorrectly implemented.
Expand Down

0 comments on commit c14703c

Please sign in to comment.