@@ -172,16 +172,20 @@ 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-task" ,
177+ "taskcluster_root_url" : "https://firefox-ci-tc.services.mozilla.com/" ,
178+ "index" : "adhoc.v2.adhoc-signing.test-mac.release-signing.latest" ,
179+ "task_type" : "signing" ,
180+ "cot_product" : "adhoc" ,
181+ },
182+ {
183+ "name" : "adhoc-signing-decision" ,
184+ "taskcluster_root_url" : "https://firefox-ci-tc.services.mozilla.com/" ,
185+ "index" : "adhoc.v2.adhoc-signing.latest.taskgraph.decision" ,
186+ "task_type" : "decision" ,
187+ "cot_product" : "adhoc" ,
188+ },
185189 {
186190 "name" : "app-services" ,
187191 "taskcluster_root_url" : "https://firefox-ci-tc.services.mozilla.com/" ,
0 commit comments