summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-09-17 22:06:53 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2022-09-17 22:08:36 +0900
commit1825d3673f2a5504b65ba31a9fb6c2e52edf1fc3 (patch)
tree81051c6b953c83ab1a1f40d88d9c8810a8f8cf42 /test
parent38a7a13ac6ed6bba2584def7d7121257eb85e051 (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/io/wait/test_io_wait.rb1
1 files changed, 1 insertions, 0 deletions
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