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

5 lines
170 B
Ruby

# frozen_string_literal: false
exclude(/_stack_size$/, 'often too expensive')
if /freebsd13/ =~ RUBY_PLATFORM
exclude(:test_signal_at_join, 'gets stuck somewhere')
end