We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db9eaa commit 143ea88Copy full SHA for 143ea88
lib/std/http/test.zig
@@ -12,11 +12,6 @@ const expectEqualStrings = std.testing.expectEqualStrings;
12
const expectError = std.testing.expectError;
13
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;
21
const test_server = try createTestServer(io, struct {
22
fn run(test_server: *TestServer) anyerror!void {
0 commit comments