Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/CommandsTests/BuildCommandTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down