mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Exclude TestThread#test_signal_at_join on FreeBSD 13 for now [ci skip]
This commit is contained in:
parent
a9aa42ac64
commit
b4fd0e0c73
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
# frozen_string_literal: false
|
||||
exclude(/_stack_size$/, 'often too expensive')
|
||||
if /freebsd13/ =~ RUBY_PLATFORM
|
||||
exclude('test_signal_at_join', 'gets stuck somewhere')
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue