1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip test_06_timeout for --jit-wait CI

This test has been too unstable on trunk-mjit-wait
http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/2782206
This commit is contained in:
Takashi Kokubun 2020-03-08 22:34:09 -07:00
parent 544ebc669b
commit d8fcc67642
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -215,6 +215,7 @@ module DRbCore
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