summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread_queue.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2022-01-04 17:25:30 +0900
committerHiroshi SHIBATA <[email protected]>2022-01-04 17:25:30 +0900
commit47bf64a26d3d95a312ea5cf5d94ee1d2104f5e26 (patch)
tree6781f40ea1236810198f1f00e024c95cb0a55d60 /test/ruby/test_thread_queue.rb
parentf0669fb6cbdbad499974252ef2d955a608d0adc1 (diff)
Use omit instead of skip: test/ruby/**/*.rb
Diffstat (limited to 'test/ruby/test_thread_queue.rb')
-rw-r--r--test/ruby/test_thread_queue.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_thread_queue.rb b/test/ruby/test_thread_queue.rb
index 3fa0eae2c1..69cb40711c 100644
--- a/test/ruby/test_thread_queue.rb
+++ b/test/ruby/test_thread_queue.rb
@@ -580,10 +580,10 @@ class TestThreadQueue < Test::Unit::TestCase
def test_queue_with_trap
if ENV['APPVEYOR'] == 'True' && RUBY_PLATFORM.match?(/mswin/)
- skip 'This test fails too often on AppVeyor vs140'
+ omit 'This test fails too often on AppVeyor vs140'
end
if RUBY_PLATFORM.match?(/mingw/)
- skip 'This test fails too often on MinGW'
+ omit 'This test fails too often on MinGW'
end
assert_in_out_err([], <<-INPUT, %w(INT INT exit), [])