diff options
| author | KJ Tsanaktsidis <ktsanaktsidis@zendesk.com> | 2024-02-01 10:01:18 +1100 |
|---|---|---|
| committer | KJ Tsanaktsidis <kj@kjtsanaktsidis.id.au> | 2024-02-01 11:09:54 +1100 |
| commit | 67404d657a802d3d85cd71e8565add4320f667d4 (patch) | |
| tree | ee0e19d689d7fd6c82325495042bf384ac3fabbd /test | |
| parent | 6a689e33239dbfb3a5661d50e7a84fe5dc917ceb (diff) | |
Revert "always omit test_ai_addrconfig."
This reverts commit abf192eb16ea845ac11743a32bd2f3e2d234488b.
Diffstat (limited to 'test')
| -rw-r--r-- | test/socket/test_tcp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/socket/test_tcp.rb b/test/socket/test_tcp.rb index 35d361f060..5f23f0b4f2 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 is disabled. It is retained to show the original intent of [ruby-core:110870]" + omit "this test requires fork" unless Process.respond_to?(:fork) IO.popen("-") do |test_io| if test_io.nil? |
