summaryrefslogtreecommitdiff
path: root/test/excludes/TestThread.rb
blob: b9cfc91bc28399166536a258b8e00a699920b141 (plain)
1
2
3
4
5
# frozen_string_literal: false
exclude(/_stack_size$/, 'often too expensive')
if /freebsd13/ =~ RUBY_PLATFORM
  exclude('test_signal_at_join', 'gets stuck somewhere')
end