Skip to content

Commit

Permalink
always omit test_ai_addrconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
akr committed Dec 7, 2023
1 parent d2ba8ea commit abf192e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/socket/test_tcp.rb
Expand Up @@ -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?
Expand Down

0 comments on commit abf192e

Please sign in to comment.