| author | |
| committer | |
| log | fa9caeba1b39daccf9096c5f269b605974ce2496 |
| tree | a7876cc502b8737e42d2e7ac3860f7c60f12ed87 |
| parent | 13839127b976c62210724a5bb917a901b0fa46fc |
| signature |
Still happens: https://codeberg.org/ziglang/zig/issues/31388#issuecomment-129682951 files changed, 2 insertions(+), 0 deletions(-)
lib/std/Io/net/test.zig+2| ... | ... | @@ -181,6 +181,8 @@ test "resolve DNS" { |
| 181 | 181 | } |
| 182 | 182 | |
| 183 | 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 | 186 | const io = testing.io; |
| 185 | 187 | |
| 186 | 188 | // Try only the IPv4 variant as some CI builders have no IPv6 localhost |