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 769e8d4 commit f9bd44cCopy full SHA for f9bd44c
Tests/CommandsTests/BuildCommandTests.swift
@@ -914,7 +914,7 @@ struct BuildCommandTestCases {
914
) async throws {
915
let buildSystem = data.buildSystem
916
let config = data.config
917
- try await withKnownIssue {
+ try await withKnownIssue(isIntermittent: true) {
918
try await fixture(name: "ValidLayouts/SingleModule/ExecutableNew") { fixturePath in
919
let swiftCompilerPath = try UserToolchain.default.swiftCompilerPath
920
// try await building without specifying overrides. This should succeed, and should use the default
0 commit comments