Skip to content

Commit f9bd44c

Browse files
authored
Fix build failure (#9241)
- buildSystemOverrides test was mark withKnownIssue, but it seems to pass at times, so marking it isIntermittent, need investigation.
1 parent 769e8d4 commit f9bd44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CommandsTests/BuildCommandTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ struct BuildCommandTestCases {
914914
) async throws {
915915
let buildSystem = data.buildSystem
916916
let config = data.config
917-
try await withKnownIssue {
917+
try await withKnownIssue(isIntermittent: true) {
918918
try await fixture(name: "ValidLayouts/SingleModule/ExecutableNew") { fixturePath in
919919
let swiftCompilerPath = try UserToolchain.default.swiftCompilerPath
920920
// try await building without specifying overrides. This should succeed, and should use the default

0 commit comments

Comments
 (0)