| author | |
| committer | |
| log | 314264ee7d76c365a80105e13db40819ecd33329 |
| tree | 4b9b16c1dcea8efaffa2b29c51dc76eff0a5e753 |
| parent | 9634e983578f2c8a948228d14135b4640e3a8587 |
tracked by #308651 files changed, 5 insertions(+), 0 deletions(-)
lib/std/Io/net/test.zig+5| ... | ... | @@ -340,6 +340,11 @@ test "decompress compressed DNS name" { |
| 340 | 340 | } |
| 341 | 341 | |
| 342 | 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 | 348 | const io = testing.io; |
| 344 | 349 | const localhost: net.IpAddress = .{ .ip4 = .loopback(0) }; |
| 345 | 350 |