mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01:00
std.Io.net.test: disable listen on a port, send bytes, receive bytes
https://codeberg.org/ziglang/zig/issues/31388
This commit is contained in:
parent
af1ab5fa08
commit
ce32003625
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ test "resolve DNS" {
|
|||
}
|
||||
|
||||
test "listen on a port, send bytes, receive bytes" {
|
||||
if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31388
|
||||
if (builtin.single_threaded) return error.SkipZigTest;
|
||||
if (builtin.os.tag == .wasi) return error.SkipZigTest;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue