mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Skip an unstable test for macOS
https://github.com/ruby/ruby/actions/runs/16983250181/job/48147338735 https://github.com/ruby/ruby/actions/runs/16994020689/job/48180211762
This commit is contained in:
parent
9deaf68c1a
commit
12ef01b52f
@ -146,6 +146,7 @@ class TestSocket_UNIXSocket < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_fd_passing_race_condition
|
||||
omit 'randomly crashes on macOS' if RUBY_PLATFORM =~ /darwin/
|
||||
r1, w = IO.pipe
|
||||
s1, s2 = UNIXSocket.pair
|
||||
s1.nonblock = s2.nonblock = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user