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 b16bb8f commit 5eaf9d8Copy full SHA for 5eaf9d8
Tests/FunctionalTests/DependencyResolutionTests.swift
@@ -173,7 +173,10 @@ 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
+ || ProcessInfo.isHostAmazonLinux2()
179
+ ) {
180
try await fixture(name: "DependencyResolution/External/Complex") { fixturePath in
181
let packageRoot = fixturePath.appending("app")
182
try await executeSwiftBuild(
0 commit comments