summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_timeout.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_timeout.rb b/test/test_timeout.rb
index 3f94134fb0..d6ae0c9b50 100644
--- a/test/test_timeout.rb
+++ b/test/test_timeout.rb
@@ -299,5 +299,6 @@ class TestTimeout < Test::Unit::TestCase
assert_equal :ok, r
end;
- end if defined?(::Ractor) && RUBY_VERSION >= '4.0'
+ end if defined?(::Ractor) && RUBY_VERSION >= '4.0' && !RUBY_PLATFORM.include?('x86_64-darwin')
+ # Exclude on x86_64-darwin as it failed 4 times out of 4 tries in the CI of ruby/ruby-dev-builder
end