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