Skip to content

Commit 5cdfd8a

Browse files
Merge branch 'main' into bug-1820469
2 parents 203db3c + 170598b commit 5cdfd8a

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

tests/test_production.py

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)