1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip test_wait on MinGW CI

This test has been unstable, and it seems like we're not interested in
fixing that for MinGW.
https://github.com/ruby/ruby/actions/runs/3073317191/jobs/4965373284
This commit is contained in:
Takashi Kokubun 2022-09-17 22:06:53 +09:00
parent 38a7a13ac6
commit 1825d3673f
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -50,6 +50,7 @@ class TestIOWait < Test::Unit::TestCase
end end
def test_wait def test_wait
omit 'unstable on MinGW' if /mingw/ =~ RUBY_PLATFORM
assert_nil @r.wait(0) assert_nil @r.wait(0)
@w.syswrite "." @w.syswrite "."
sleep 0.1 sleep 0.1