aboutsummaryrefslogtreecommitdiffstats
path: root/test/excludes/TestThreadQueue.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/excludes/TestThreadQueue.rb')
-rw-r--r--test/excludes/TestThreadQueue.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/excludes/TestThreadQueue.rb b/test/excludes/TestThreadQueue.rb
new file mode 100644
index 0000000000..8e25cbeaaf
--- /dev/null
+++ b/test/excludes/TestThreadQueue.rb
@@ -0,0 +1,12 @@
+if ENV['APPVEYOR'] == 'True' && RUBY_PLATFORM.match?(/mswin/)
+ exclude :test_queue_with_trap, 'too unstable on vs140'
+ # separately tested on appveyor.yml.
+end
+
+# https://ci.appveyor.com/project/ruby/ruby/build/9795/job/l9t4w9ks7arsldb1
+# 1) Error:
+# TestThreadQueue#test_queue_with_trap:
+# Timeout::Error: execution of assert_in_out_err expired timeout (30.0 sec)
+# pid 22988 exit 0
+# |
+# C:/projects/ruby/test/ruby/test_thread_queue.rb:553:in `test_queue_with_trap'