Skip to content

Commit 2168cde

Browse files
authored
Stage in fix for toolsetRunner test (#9086)
Ensure this test doesn't start failing when I merge swiftlang/swift-build#765
1 parent d758345 commit 2168cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/CommandsTests/TestCommandTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ struct TestCommandTests {
124124
) async throws {
125125
try await withKnownIssue(
126126
"Windows: Driver threw unable to load output file map",
127+
isIntermittent: true
127128
) {
128129
try await fixture(name: "Miscellaneous/EchoExecutable") { fixturePath in
129130
#if os(Windows)

0 commit comments

Comments
 (0)