| author | |
| committer | |
| log | ce32003625566dcc3687e9e32be411ccb83a4aaa |
| tree | 70cb12173a543b37f4dc5c0c2771697e0f46647d |
| parent | af1ab5fa08f2c58517f94c253535403e1575c3b6 |
| signature |
https://codeberg.org/ziglang/zig/issues/313881 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Io/net/test.zig+1| ... | ... | @@ -177,6 +177,7 @@ test "resolve DNS" { |
| 177 | 177 | } |
| 178 | 178 | |
| 179 | 179 | test "listen on a port, send bytes, receive bytes" { |
| 180 | if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31388 | |
| 180 | 181 | if (builtin.single_threaded) return error.SkipZigTest; |
| 181 | 182 | if (builtin.os.tag == .wasi) return error.SkipZigTest; |
| 182 | 183 |