We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a816cd commit 04e20e5Copy full SHA for 04e20e5
IntegrationTests/Tests/IntegrationTests/SwiftPMTests.swift
@@ -75,10 +75,15 @@ private struct SwiftPMTests {
75
}
76
77
@Test(
78
+ .requireHostOS(.windows, when: false),
79
.requireThreadSafeWorkingDirectory,
80
.bug(
81
"https://github.com/swiftlang/swift-package-manager/issues/8416",
- "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"
87
),
88
arguments: BuildSystemProvider.allCases
89
)
0 commit comments