From b80a1fc0b3abc6f07363917a23e6ae939f80cd59 Mon Sep 17 00:00:00 2001 From: Dave Inglis Date: Fri, 10 Oct 2025 10:46:01 -0400 Subject: [PATCH] Fix build failure - buildSystemOverrides test was mark withKnownIssue, but it seems to pass at times, so marking it isIntermittent, need investigation. --- Tests/CommandsTests/BuildCommandTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CommandsTests/BuildCommandTests.swift b/Tests/CommandsTests/BuildCommandTests.swift index 19bee7f9add..af41478061a 100644 --- a/Tests/CommandsTests/BuildCommandTests.swift +++ b/Tests/CommandsTests/BuildCommandTests.swift @@ -914,7 +914,7 @@ struct BuildCommandTestCases { ) async throws { let buildSystem = data.buildSystem let config = data.config - try await withKnownIssue { + try await withKnownIssue(isIntermittent: true) { try await fixture(name: "ValidLayouts/SingleModule/ExecutableNew") { fixturePath in let swiftCompilerPath = try UserToolchain.default.swiftCompilerPath // try await building without specifying overrides. This should succeed, and should use the default