You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change #8857 added SwiftBUild support for diagnose-api-breaking-changs.
However, it appears that some test expectation are failing on Amazon
Linux 2.
Mark these a known issues until they can be fixed.
Copy file name to clipboardExpand all lines: Tests/BasicsTests/Environment/EnvironmentTests.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ struct EnvironmentTests {
148
148
/// Important: This test is inherently race-prone, if it is proven to be
149
149
/// flaky, it should run in a singled threaded environment/removed entirely.
150
150
@Test(
151
-
.disabled(if:isInCiEnvironment || CiEnvironment.runningInSelfHostedPipeline,"This test can disrupt other tests running in parallel."),
151
+
.disabled(if:CiEnvironment.runningInSmokeTestPipeline || CiEnvironment.runningInSelfHostedPipeline,"This test can disrupt other tests running in parallel."),
0 commit comments