diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-05-30 14:28:27 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-05-30 14:28:32 +0900 |
commit | 4cc880e994d18fcf4a82974acbdcfa5f7431a306 (patch) | |
tree | a3ae84cc7747cabb08e0762511fc16ea3c7b8a01 /test/ruby/test_thread_queue.rb | |
parent | 12e34a42769780ff9bda98c6a5db1ce621389915 (diff) |
Also skip failing test with freebsd 12
Diffstat (limited to 'test/ruby/test_thread_queue.rb')
-rw-r--r-- | test/ruby/test_thread_queue.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_thread_queue.rb b/test/ruby/test_thread_queue.rb index 69cb40711c..ebf7ded3b9 100644 --- a/test/ruby/test_thread_queue.rb +++ b/test/ruby/test_thread_queue.rb @@ -151,6 +151,8 @@ class TestThreadQueue < Test::Unit::TestCase end def test_thr_kill + omit "[Bug #18613]" if /freebsd/ =~ RUBY_PLATFORM + bug5343 = '[ruby-core:39634]' Dir.mktmpdir {|d| timeout = EnvUtil.apply_timeout_scale(60) |