@@ -120,7 +120,6 @@ struct TraitTests {
120120 }
121121 } when: {
122122 ( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
123- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
124123 }
125124 }
126125
@@ -171,7 +170,6 @@ struct TraitTests {
171170 }
172171 } when: {
173172 ( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
174- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
175173 }
176174 }
177175
@@ -226,7 +224,6 @@ struct TraitTests {
226224 }
227225 } when: {
228226 ( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
229- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
230227 }
231228 }
232229
@@ -268,7 +265,6 @@ struct TraitTests {
268265 }
269266 } when: {
270267 ( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
271- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
272268 }
273269 }
274270
@@ -315,7 +311,6 @@ struct TraitTests {
315311 }
316312 } when: {
317313 ( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
318- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
319314 }
320315 }
321316
@@ -373,7 +368,6 @@ struct TraitTests {
373368 }
374369 } when: {
375370 ( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
376- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
377371 }
378372 }
379373
@@ -434,7 +428,6 @@ struct TraitTests {
434428 }
435429 } when: {
436430 ( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
437- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
438431 }
439432 }
440433
@@ -733,7 +726,6 @@ struct TraitTests {
733726 }
734727 } when: {
735728 ( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || data. buildSystem == . swiftbuild) )
736- || ( data. buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
737729 }
738730 }
739731}
0 commit comments