[ruby/timeout] Exclude constantly-failing test on x86_64-darwin

* https://github.com/ruby/ruby-dev-builder/actions/runs/19973218359/job/57293388626

https://github.com/ruby/timeout/commit/45816b1b26
This commit is contained in:
Benoit Daloze 2025-12-05 23:08:48 +01:00 committed by git
parent c4c909b538
commit 65995c22f8

View File

@ -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