| author | |
| committer | |
| log | a7b686ac5eb10cfc2d37f50908a9c4b527b97d60 |
| tree | 92aa897b422d28d98575d1360c87a0e7d65ceceb |
| parent | d6402955d962b1563378b44a82a9644cee344ff3 |
tracked by #314991 files changed, 5 insertions(+), 0 deletions(-)
lib/std/Io/net/test.zig+5| ... | ... | @@ -234,6 +234,11 @@ test "listen on an in use port" { |
| 234 | 234 | } |
| 235 | 235 | |
| 236 | 236 | test "listen on a unix socket, send bytes, receive bytes" { |
| 237 | if (builtin.os.tag == .windows) { | |
| 238 | // https://codeberg.org/ziglang/zig/issues/31499 | |
| 239 | return error.SkipZigTest; | |
| 240 | } | |
| 241 | ||
| 237 | 242 | const io = testing.io; |
| 238 | 243 | const gpa = testing.allocator; |
| 239 | 244 |