Revert "std.http: disable failing test on 32-bit arm"

This reverts commit 16185f66f1.

Which was fixed by d000574380.

Closes #25762
This commit is contained in:
Jacob Young 2025-11-01 11:08:46 -04:00
parent 5db9eaa851
commit 143ea88017

View file

@ -12,11 +12,6 @@ const expectEqualStrings = std.testing.expectEqualStrings;
const expectError = std.testing.expectError;
test "trailers" {
if (builtin.cpu.arch == .arm) {
// https://github.com/ziglang/zig/issues/25762
return error.SkipZigTest;
}
const io = std.testing.io;
const test_server = try createTestServer(io, struct {
fn run(test_server: *TestServer) anyerror!void {