File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -172,16 +172,13 @@ async def get_context(config_override=None):
172172 "cot_product" : "mobile" ,
173173 "check_task" : False , # These tasks run on level t workers.
174174 },
175- pytest .param (
176- {
177- "name" : "adhoc-signing" ,
178- "taskcluster_root_url" : "https://firefox-ci-tc.services.mozilla.com/" ,
179- "index" : "adhoc.v2.adhoc-signing.bug1799220.release-signing.latest" ,
180- "task_type" : "signing" ,
181- "cot_product" : "adhoc" ,
182- },
183- marks = pytest .mark .xfail ,
184- ),
175+ {
176+ "name" : "adhoc-signing" ,
177+ "taskcluster_root_url" : "https://firefox-ci-tc.services.mozilla.com/" ,
178+ "index" : "adhoc.v2.adhoc-signing.latest.taskgraph.decision" ,
179+ "task_type" : "decision" ,
180+ "cot_product" : "adhoc" ,
181+ },
185182 {
186183 "name" : "app-services" ,
187184 "taskcluster_root_url" : "https://firefox-ci-tc.services.mozilla.com/" ,
You can’t perform that action at this time.
0 commit comments