summaryrefslogtreecommitdiff
path: root/test/excludes
diff options
context:
space:
mode:
Diffstat (limited to 'test/excludes')
-rw-r--r--test/excludes/_wercker/test-mjit-wait/TestParallel.rb2
-rw-r--r--test/excludes/_wercker/test-mjit-wait/TestThreadQueue.rb2
-rw-r--r--test/excludes/_wercker/test-mjit/TestThreadQueue.rb (renamed from test/excludes/_wercker/TestThreadQueue.rb)2
3 files changed, 5 insertions, 1 deletions
diff --git a/test/excludes/_wercker/test-mjit-wait/TestParallel.rb b/test/excludes/_wercker/test-mjit-wait/TestParallel.rb
new file mode 100644
index 0000000000..e241a78b47
--- /dev/null
+++ b/test/excludes/_wercker/test-mjit-wait/TestParallel.rb
@@ -0,0 +1,2 @@
+# https://app.wercker.com/ruby/ruby/runs/test-mjit-wait/5bd040d19b1e440006d52516?step=5bd0410c591ca8000721e3e4
+exclude(:test_separate, 'this test randomly fails with --jit-wait')
diff --git a/test/excludes/_wercker/test-mjit-wait/TestThreadQueue.rb b/test/excludes/_wercker/test-mjit-wait/TestThreadQueue.rb
new file mode 100644
index 0000000000..5d0ba88cf4
--- /dev/null
+++ b/test/excludes/_wercker/test-mjit-wait/TestThreadQueue.rb
@@ -0,0 +1,2 @@
+# https://app.wercker.com/ruby/ruby/runs/test-mjit-wait/5bcfd19aa9806e000655c598?step=5bcfd1d5acc4510006e00f77
+exclude(:test_queue_with_trap, 'this test randomly fails with --jit-wait')
diff --git a/test/excludes/_wercker/TestThreadQueue.rb b/test/excludes/_wercker/test-mjit/TestThreadQueue.rb
index b7a831f1b5..2a968ab04c 100644
--- a/test/excludes/_wercker/TestThreadQueue.rb
+++ b/test/excludes/_wercker/test-mjit/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 randomly fails with --jit or --jit-wait')
+exclude(:test_queue_with_trap, 'this test fails with --jit')