Skip an unstable test on MinGW

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.
This commit is contained in:
Takashi Kokubun 2023-12-13 09:38:18 -08:00
Родитель 0f1c7e3bcb
Коммит cc86fa8416
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -36,6 +36,7 @@ class TestIOWait < Test::Unit::TestCase
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