Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/test_timeout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,5 @@ def test_ractor

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