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

This reverts commit https://github.com/ruby/timeout/commit/45816b1b2602.

https://github.com/ruby/timeout/commit/b54f91e9dd
This commit is contained in:
Koichi Sasada 2025-12-09 00:50:32 +09:00 committed by git
parent fd45496f91
commit bd752290e7

View File

@ -302,6 +302,5 @@ class TestTimeout < Test::Unit::TestCase
assert_equal :ok, r
end;
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 if defined?(::Ractor) && RUBY_VERSION >= '4.0'
end