| ... | @@ -340,6 +340,11 @@ test "decompress compressed DNS name" { | ... | @@ -340,6 +340,11 @@ test "decompress compressed DNS name" { |
| 340 | } | 340 | } |
| 341 | | 341 | |
| 342 | test "cancel accept" { | 342 | test "cancel accept" { |
| | 343 | if (builtin.os.tag == .windows) { |
| | 344 | // https://codeberg.org/ziglang/zig/issues/30865 |
| | 345 | return error.SkipZigTest; |
| | 346 | } |
| | 347 | |
| 343 | const io = testing.io; | 348 | const io = testing.io; |
| 344 | const localhost: net.IpAddress = .{ .ip4 = .loopback(0) }; | 349 | const localhost: net.IpAddress = .{ .ip4 = .loopback(0) }; |
| 345 | | 350 | |