authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-11 06:50:53+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-11 06:50:53+02:00
logfa9caeba1b39daccf9096c5f269b605974ce2496
treea7876cc502b8737e42d2e7ac3860f7c60f12ed87
parent13839127b976c62210724a5bb917a901b0fa46fc
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Io.net.test: disable `listen on a port, send bytes, receive bytes`

Still happens: https://codeberg.org/ziglang/zig/issues/31388#issuecomment-12968295

1 files changed, 2 insertions(+), 0 deletions(-)

lib/std/Io/net/test.zig+2
...@@ -181,6 +181,8 @@ test "resolve DNS" {...@@ -181,6 +181,8 @@ test "resolve DNS" {
181}181}
182182
183test "listen on a port, send bytes, receive bytes" {183test "listen on a port, send bytes, receive bytes" {
184 if (true) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31388
185
184 const io = testing.io;186 const io = testing.io;
185187
186 // Try only the IPv4 variant as some CI builders have no IPv6 localhost188 // Try only the IPv4 variant as some CI builders have no IPv6 localhost