From 47bf64a26d3d95a312ea5cf5d94ee1d2104f5e26 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 4 Jan 2022 17:25:30 +0900 Subject: Use omit instead of skip: test/ruby/**/*.rb --- test/ruby/test_array.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_array.rb') diff --git a/test/ruby/test_array.rb b/test/ruby/test_array.rb index a97a9c2558..b100cf334c 100644 --- a/test/ruby/test_array.rb +++ b/test/ruby/test_array.rb @@ -3270,7 +3270,7 @@ class TestArray < Test::Unit::TestCase end EOS rescue Timeout::Error => e - skip e.message + omit e.message end end -- cgit v1.2.3