We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3b2d7 commit 0da149eCopy full SHA for 0da149e
test/drb/drbtest.rb
@@ -214,9 +214,9 @@ def test_05_eq
214
end
215
216
def test_06_timeout
217
- skip if RUBY_PLATFORM.include?("armv7l-linux")
218
- skip if RUBY_PLATFORM.include?("sparc-solaris2.10")
219
- skip if defined?(RubyVM::JIT) && RubyVM::JIT.enabled? # expecting a certain delay is difficult for --jit-wait CI
+ omit if RUBY_PLATFORM.include?("armv7l-linux")
+ omit if RUBY_PLATFORM.include?("sparc-solaris2.10")
+ omit if defined?(RubyVM::JIT) && RubyVM::JIT.enabled? # expecting a certain delay is difficult for --jit-wait CI
220
Timeout.timeout(60) do
221
ten = Onecky.new(10)
222
assert_raise(Timeout::Error) do
0 commit comments