| ... | @@ -234,6 +234,11 @@ test "listen on an in use port" { | ... | @@ -234,6 +234,11 @@ test "listen on an in use port" { |
| 234 | } | 234 | } |
| 235 | | 235 | |
| 236 | test "listen on a unix socket, send bytes, receive bytes" { | 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 | const io = testing.io; | 242 | const io = testing.io; |
| 238 | const gpa = testing.allocator; | 243 | const gpa = testing.allocator; |
| 239 | | 244 | |