Skip to content

Commit 5eaf9d8

Browse files
committed
[test] Mark externalComplex as intermittent to unblock Amazon Linux 2 nightlies
rdar://162339964
1 parent b16bb8f commit 5eaf9d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/FunctionalTests/DependencyResolutionTests.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ struct DependencyResolutionTests {
173173
buildSystem: BuildSystemProvider.Kind,
174174
configuration: BuildConfiguration,
175175
) async throws {
176-
try await withKnownIssue(isIntermittent: ProcessInfo.hostOperatingSystem == .windows){
176+
try await withKnownIssue(
177+
isIntermittent: ProcessInfo.hostOperatingSystem == .windows
178+
|| ProcessInfo.isHostAmazonLinux2()
179+
) {
177180
try await fixture(name: "DependencyResolution/External/Complex") { fixturePath in
178181
let packageRoot = fixturePath.appending("app")
179182
try await executeSwiftBuild(

0 commit comments

Comments
 (0)