| author | |
| committer | |
| log | fb1b25efe7d6c9142a00666b9c0c44d613fad136 |
| tree | e00d7309000eb56078715fb91241e1513b068463 |
| parent | c269a604b66005cd089cb7e84d91bcfa5333edaf |
| signature |
https://codeberg.org/ziglang/zig/issues/366491 files changed, 1 insertions(+), 0 deletions(-)
lib/std/http/test.zig+1| ... | ... | @@ -420,6 +420,7 @@ test "receiving arbitrary http headers from the client" { |
| 420 | 420 | } |
| 421 | 421 | |
| 422 | 422 | test "general client/server API coverage" { |
| 423 | if (builtin.os.tag == .netbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/36649 | |
| 423 | 424 | if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806 |
| 424 | 425 | |
| 425 | 426 | const io = std.testing.io; |