Skip to content

Commit

Permalink
Skip an unstable test on MinGW
Browse files Browse the repository at this point in the history
This test fails fairly frequently on MinGW:
https://github.com/ruby/ruby/actions/runs/7195712496/job/19598924253#step:11:168
https://github.com/ruby/ruby/actions/runs/7191246799/job/19585627182#step:11:168

and we aren't actively working on stabilizing tests for MinGW.
  • Loading branch information
k0kubun authored and hsbt committed Dec 25, 2023
1 parent e25b932 commit ac25859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/io/wait/test_io_wait.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_nread_buffered
end

def test_ready?
omit 'unstable on MinGW' if /mingw/ =~ RUBY_PLATFORM
assert_not_predicate @r, :ready?, "shouldn't ready, but ready"
@w.syswrite "."
sleep 0.1
Expand Down

0 comments on commit ac25859

Please sign in to comment.