Skip to content

Commit 65995c2

Browse files
eregonmatzbot
authored andcommitted
1 parent c4c909b commit 65995c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_timeout.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,5 +299,6 @@ def test_ractor
299299
300300
assert_equal :ok, r
301301
end;
302-
end if defined?(::Ractor) && RUBY_VERSION >= '4.0'
302+
end if defined?(::Ractor) && RUBY_VERSION >= '4.0' && !RUBY_PLATFORM.include?('x86_64-darwin')
303+
# Exclude on x86_64-darwin as it failed 4 times out of 4 tries in the CI of ruby/ruby-dev-builder
303304
end

0 commit comments

Comments
 (0)