summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-03-08 22:34:09 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-03-08 22:34:33 -0700
commitd8fcc67642318b1840ff782cdb75af9b7b928301 (patch)
tree3a9e7aa9cb0c3d1cb6eef5a054e5556b2c0cafc5 /test
parent544ebc669b6b15c730d21053cc1b2f6173be2b8a (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/drb/drbtest.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/drb/drbtest.rb b/test/drb/drbtest.rb
index a8363b0c43..ab6b59a322 100644
--- a/test/drb/drbtest.rb
+++ b/test/drb/drbtest.rb
@@ -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