Skip to content

Commit 45816b1

Browse files
committed
1 parent 281b250 commit 45816b1

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)