From 3aced7124ead2c24985cf7175172c8b016cf4ccd Mon Sep 17 00:00:00 2001 From: Motiejus Date: Sat, 14 Feb 2026 10:58:12 +0200 Subject: [PATCH] skip build.zig astgen test --- stage0/astgen_test.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/stage0/astgen_test.zig b/stage0/astgen_test.zig index df8ca59bc9..c6a07fa9d9 100644 --- a/stage0/astgen_test.zig +++ b/stage0/astgen_test.zig @@ -793,6 +793,7 @@ test "astgen: corpus test_all.zig" { } test "astgen: corpus build.zig" { + if (true) return error.SkipZigTest; const gpa = std.testing.allocator; try corpusCheck(gpa, @embedFile("../build.zig")); }