From 12ef01b52f69dfdad2941e1b79c826b74ae0ed24 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 15 Aug 2025 09:56:08 -0700 Subject: 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 --- test/socket/test_unix.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/socket') diff --git a/test/socket/test_unix.rb b/test/socket/test_unix.rb index 3e7d85befc..0d284b2926 100644 --- a/test/socket/test_unix.rb +++ b/test/socket/test_unix.rb @@ -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 -- cgit v1.2.3