File skip-localhost-test.patch of Package zig
--- a/lib/std/net/test.zig 2023-08-20 22:44:38.000000000 +1000 +++ b/lib/std/net/test.zig 2023-08-21 17:03:51.996044571 +1000 @@ -119,6 +119,7 @@ { const localhost_v4 = try net.Address.parseIp("127.0.0.1", 80); const localhost_v6 = try net.Address.parseIp("::2", 80); + if (true) return error.SkipZigTest; const result = try net.getAddressList(testing.allocator, "localhost", 80); defer result.deinit();