Skip to content

Commit 04e20e5

Browse files
committed
Skip SwiftPMTests.packageInitExecutable test on Windows
1 parent 0a816cd commit 04e20e5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

IntegrationTests/Tests/IntegrationTests/SwiftPMTests.swift

+6-1
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,15 @@ private struct SwiftPMTests {
7575
}
7676

7777
@Test(
78+
.requireHostOS(.windows, when: false),
7879
.requireThreadSafeWorkingDirectory,
7980
.bug(
8081
"https://github.com/swiftlang/swift-package-manager/issues/8416",
81-
"swift run using --build-system swiftbuild fails to run executable"
82+
"[Linux] swift run using --build-system swiftbuild fails to run executable"
83+
),
84+
.bug(
85+
"https://github.com/swiftlang/swift-package-manager/issues/8514",
86+
"[Windows] Integration test SwiftPMTests.packageInitExecutable with --build-system swiftbuild is skipped"
8287
),
8388
arguments: BuildSystemProvider.allCases
8489
)

0 commit comments

Comments
 (0)