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