mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
[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:
parent
fd45496f91
commit
bd752290e7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user