| ... | @@ -181,6 +181,8 @@ test "resolve DNS" { | ... | @@ -181,6 +181,8 @@ test "resolve DNS" { |
| 181 | } | 181 | } |
| 182 | | 182 | |
| 183 | test "listen on a port, send bytes, receive bytes" { | 183 | test "listen on a port, send bytes, receive bytes" { |
| | 184 | if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31388 |
| | 185 | |
| 184 | const io = testing.io; | 186 | const io = testing.io; |
| 185 | | 187 | |
| 186 | // Try only the IPv4 variant as some CI builders have no IPv6 localhost | 188 | // Try only the IPv4 variant as some CI builders have no IPv6 localhost |