@@ -120,7 +120,6 @@ struct TraitTests {
120
120
}
121
121
} when: {
122
122
( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
123
- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
124
123
}
125
124
}
126
125
@@ -171,7 +170,6 @@ struct TraitTests {
171
170
}
172
171
} when: {
173
172
( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
174
- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
175
173
}
176
174
}
177
175
@@ -226,7 +224,6 @@ struct TraitTests {
226
224
}
227
225
} when: {
228
226
( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
229
- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
230
227
}
231
228
}
232
229
@@ -268,7 +265,6 @@ struct TraitTests {
268
265
}
269
266
} when: {
270
267
( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
271
- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
272
268
}
273
269
}
274
270
@@ -315,7 +311,6 @@ struct TraitTests {
315
311
}
316
312
} when: {
317
313
( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
318
- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
319
314
}
320
315
}
321
316
@@ -373,7 +368,6 @@ struct TraitTests {
373
368
}
374
369
} when: {
375
370
( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
376
- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
377
371
}
378
372
}
379
373
@@ -434,7 +428,6 @@ struct TraitTests {
434
428
}
435
429
} when: {
436
430
( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || buildSystem == . swiftbuild) )
437
- || ( buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
438
431
}
439
432
}
440
433
@@ -733,7 +726,6 @@ struct TraitTests {
733
726
}
734
727
} when: {
735
728
( ProcessInfo . hostOperatingSystem == . windows && ( CiEnvironment . runningInSmokeTestPipeline || data. buildSystem == . swiftbuild) )
736
- || ( data. buildSystem == . swiftbuild && ProcessInfo . hostOperatingSystem == . linux && CiEnvironment . runningInSelfHostedPipeline)
737
729
}
738
730
}
739
731
}
0 commit comments