mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/timeout] Exclude constantly-failing test on x86_64-darwin
* https://github.com/ruby/ruby-dev-builder/actions/runs/19973218359/job/57293388626 https://github.com/ruby/timeout/commit/45816b1b26
This commit is contained in:
parent
c4c909b538
commit
65995c22f8
@ -299,5 +299,6 @@ class TestTimeout < Test::Unit::TestCase
|
||||
|
||||
assert_equal :ok, r
|
||||
end;
|
||||
end if defined?(::Ractor) && RUBY_VERSION >= '4.0'
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user