1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Also skip failing test with freebsd 12

This commit is contained in:
Hiroshi SHIBATA 2022-05-30 14:28:27 +09:00
parent 12e34a4276
commit 4cc880e994
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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)