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:
parent
12e34a4276
commit
4cc880e994
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue