summaryrefslogtreecommitdiff
path: root/test/excludes
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-24 03:05:43 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-24 03:05:43 +0000
commite3bd6ef7c4728d0489ac1e3ed0ec5834a0596cb9 (patch)
treed971bfc00f6108757701ebd06931162aa025651b /test/excludes
parent6fa2b5e8d481045e222649661e0311e26f30c123 (diff)
wercker.yml: skip test_queue_with_trap on -wait as well
It randomly failed. https://app.wercker.com/ruby/ruby/runs/test-mjit-wait/5bcfd19aa9806e000655c598?step=5bcfd1d5acc4510006e00f77 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/excludes')
-rw-r--r--test/excludes/_wercker/TestThreadQueue.rb (renamed from test/excludes/_wercker/test-mjit/TestThreadQueue.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/excludes/_wercker/test-mjit/TestThreadQueue.rb b/test/excludes/_wercker/TestThreadQueue.rb
index 846e99fcb2..b7a831f1b5 100644
--- a/test/excludes/_wercker/test-mjit/TestThreadQueue.rb
+++ b/test/excludes/_wercker/TestThreadQueue.rb
@@ -1,2 +1,2 @@
# https://app.wercker.com/ruby/ruby/runs/test-mjit/5bcf51409b1e440006d47831?step=5bcf517d87436a000649326d
-exclude(:test_queue_with_trap, 'this test does not succeed with --jit')
+exclude(:test_queue_with_trap, 'this test randomly fails with --jit or --jit-wait')