aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanaka Akira <akr@fsij.org>2023-12-07 18:28:47 +0900
committerTanaka Akira <akr@fsij.org>2023-12-07 18:28:47 +0900
commitabf192eb16ea845ac11743a32bd2f3e2d234488b (patch)
treea3eabad2211546432ca4f17f9ff9882617d88b86
parentd2ba8ea54a4089959afdeecdd963e3c4ff391748 (diff)
downloadruby-abf192eb16ea845ac11743a32bd2f3e2d234488b.tar.gz
always omit test_ai_addrconfig.
-rw-r--r--test/socket/test_tcp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/socket/test_tcp.rb b/test/socket/test_tcp.rb
index 6857fd9c99..0f060a7e0a 100644
--- a/test/socket/test_tcp.rb
+++ b/test/socket/test_tcp.rb
@@ -155,7 +155,7 @@ class TestSocket_TCPSocket < Test::Unit::TestCase
# 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?