| ... | @@ -12,6 +12,11 @@ const expectEqualStrings = std.testing.expectEqualStrings; | ... | @@ -12,6 +12,11 @@ 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 | |
| 15 | const io = std.testing.io; | 20 | const io = std.testing.io; |
| 16 | const test_server = try createTestServer(io, struct { | 21 | const test_server = try createTestServer(io, struct { |
| 17 | fn run(test_server: *TestServer) anyerror!void { | 22 | fn run(test_server: *TestServer) anyerror!void { |