Skip to content

Commit cc5c883

Browse files
hneivaahal
authored andcommitted
fix: Update adhoc-signing index and remove xfail
1 parent e8deb10 commit cc5c883

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

tests/test_production.py

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff 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/",

0 commit comments

Comments
 (0)