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.
externalComplex
1 parent 25dbb07 commit 0bed18bCopy full SHA for 0bed18b
Tests/FunctionalTests/DependencyResolutionTests.swift
@@ -173,7 +173,11 @@ struct DependencyResolutionTests {
173
buildSystem: BuildSystemProvider.Kind,
174
configuration: BuildConfiguration,
175
) async throws {
176
- try await withKnownIssue(isIntermittent: ProcessInfo.hostOperatingSystem == .windows){
+ try await withKnownIssue(
177
+ isIntermittent: ProcessInfo.hostOperatingSystem == .windows
178
+ // rdar://162339964
179
+ || (ProcessInfo.isHostAmazonLinux2() && buildSystem == .swiftbuild)
180
+ ) {
181
try await fixture(name: "DependencyResolution/External/Complex") { fixturePath in
182
let packageRoot = fixturePath.appending("app")
183
try await executeSwiftBuild(
0 commit comments