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:
parent
38a7a13ac6
commit
1825d3673f
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class TestIOWait < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_wait
|
||||
omit 'unstable on MinGW' if /mingw/ =~ RUBY_PLATFORM
|
||||
assert_nil @r.wait(0)
|
||||
@w.syswrite "."
|
||||
sleep 0.1
|
||||
|
|
Loading…
Reference in a new issue