From 1825d3673f2a5504b65ba31a9fb6c2e52edf1fc3 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 17 Sep 2022 22:06:53 +0900 Subject: 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 --- test/io/wait/test_io_wait.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/io/wait/test_io_wait.rb b/test/io/wait/test_io_wait.rb index fb42b6a700..8a2b6c2d12 100644 --- a/test/io/wait/test_io_wait.rb +++ b/test/io/wait/test_io_wait.rb @@ -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 -- cgit v1.2.3