Skip to content

Commit 2af214f

Browse files
authored
Merge pull request #79 from ko1/revert_45816b1b2602278b6d6e069d36b24fd5e3437bdd
Revert "Exclude constantly-failing test on x86_64-darwin"
2 parents 837d5aa + b54f91e commit 2af214f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_timeout.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,5 @@ def test_ractor
302302
303303
assert_equal :ok, r
304304
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
305+
end if defined?(::Ractor) && RUBY_VERSION >= '4.0'
307306
end

0 commit comments

Comments
 (0)