mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 18:51:44 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user