From cc6371869402ed1e1ef13d51bf1f9409378111e9 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 30 May 2022 10:53:45 +0900 Subject: [PATCH] Skip failing test with freebsd --- test/ruby/test_thread.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index ddb4516b3c..ba2c5b8e7c 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -1442,6 +1442,11 @@ q.pop omit "can't trap a signal from another process on Windows" # opt = {new_pgroup: true} end + + if /freebsd/ =~ RUBY_PLATFORM + omit "[Bug #18613]" + end + assert_separately([], "#{<<~"{#"}\n#{<<~'};'}", timeout: 120) {# n = 1000