We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 837d5aa + b54f91e commit 2af214fCopy full SHA for 2af214f
test/test_timeout.rb
@@ -302,6 +302,5 @@ def test_ractor
302
303
assert_equal :ok, r
304
end;
305
- end if defined?(::Ractor) && RUBY_VERSION >= '4.0' && !RUBY_PLATFORM.include?('x86_64-darwin')
306
- # 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'
307
end
0 commit comments