From abf192eb16ea845ac11743a32bd2f3e2d234488b Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 7 Dec 2023 18:28:47 +0900 Subject: [PATCH] always omit test_ai_addrconfig. --- test/socket/test_tcp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/socket/test_tcp.rb b/test/socket/test_tcp.rb index 6857fd9c9964a1..0f060a7e0a1697 100644 --- a/test/socket/test_tcp.rb +++ b/test/socket/test_tcp.rb @@ -155,7 +155,7 @@ def test_ai_addrconfig # The construction of our IPv6-free environment must happen in a child process, # which we can put in its own network & mount namespaces. - omit "this test requires fork" unless Process.respond_to?(:fork) + omit "This test is disabled. It is retained to show the original intent of [ruby-core:110870]" IO.popen("-") do |test_io| if test_io.nil?