std.Io.net.test: disable listen on a port, send bytes, receive bytes

Still happens: https://codeberg.org/ziglang/zig/issues/31388#issuecomment-12968295
This commit is contained in:
Alex Rønne Petersen
2026-04-11 06:50:53 +02:00
parent 13839127b9
commit fa9caeba1b
+2
View File
@@ -181,6 +181,8 @@ test "resolve DNS" {
}
test "listen on a port, send bytes, receive bytes" {
if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31388
const io = testing.io;
// Try only the IPv4 variant as some CI builders have no IPv6 localhost