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