diff --git a/src/test.zig b/src/test.zig index 758347ac1..bdc02ff2e 100644 --- a/src/test.zig +++ b/src/test.zig @@ -1053,6 +1053,8 @@ pub const TestContext = struct { // Cross-product to get all possible test combinations for (backends) |backend| { + if (backend == .stage1 and skip_stage1) continue; + for (targets) |target| { const name = try std.fmt.allocPrint(ctx.arena, "{s} ({s}, {s})", .{ name_prefix,