@@ -239,7 +239,6 @@ local part_definitions = {
239
239
platform: {
240
240
linux: {
241
241
platform_name:: "Linux" ,
242
- "$.run.specs" :: { test_spec_options: ["--excl-tag" , "ci" ] },
243
242
"$.cap" :: {
244
243
normal_machine: ["linux" , "amd64" ],
245
244
bench_machine: ["x52" ] + self .normal_machine + ["no_frequency_scaling" ],
@@ -253,7 +252,6 @@ local part_definitions = {
253
252
},
254
253
darwin: {
255
254
platform_name:: "Darwin" ,
256
- "$.run.specs" :: { test_spec_options: ["--excl-tag" , "darwinCi" ] },
257
255
"$.cap" :: {
258
256
normal_machine: ["darwin_mojave" , "amd64" ],
259
257
},
@@ -280,9 +278,10 @@ local part_definitions = {
280
278
281
279
run: {
282
280
test_unit_tck_specs: {
283
- run+: jt(["test" , "unit" ]) + jt(["test" , "tck" ]) +
284
- jt(["test" , "specs" ] + self ["$.run.specs" ].test_spec_options) +
285
- jt(["test" , "specs" , ":next" ] + self ["$.run.specs" ].test_spec_options),
281
+ run+: jt(["test" , "unit" ]) +
282
+ jt(["test" , "tck" ]) +
283
+ jt(["test" , "specs" ]) +
284
+ jt(["test" , "specs" , ":next" ]),
286
285
},
287
286
288
287
test_fast: {
0 commit comments