Skip to content

Commit

Permalink
Skip test_06_timeout for --jit-wait CI
Browse files Browse the repository at this point in the history
This test has been too unstable on trunk-mjit-wait
http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/2782206
  • Loading branch information
k0kubun committed Mar 9, 2020
1 parent 544ebc6 commit d8fcc67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/drb/drbtest.rb
Expand Up @@ -215,6 +215,7 @@ def test_05_eq
def test_06_timeout
skip if RUBY_PLATFORM.include?("armv7l-linux")
skip if RUBY_PLATFORM.include?("sparc-solaris2.10")
skip if RubyVM::MJIT.enabled? # expecting a certain delay is difficult for --jit-wait CI
Timeout.timeout(60) do
ten = Onecky.new(10)
assert_raise(Timeout::Error) do
Expand Down

0 comments on commit d8fcc67

Please sign in to comment.