Skip to content

Commit

Permalink
Bug 1884291 - Fix test_new_config.py failures. r=gbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaher committed Mar 12, 2024
1 parent c49d50b commit e84a222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion taskcluster/test/test_new_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
t.kind == "test"
and t.attributes["unittest_suite"] == "mochitest-browser-chrome"
and t.attributes["test_platform"] == "linux1804-64-qr/opt"
and ("spi-nw" not in t.label and "a11y-checks" not in t.label)
),
64,
32,
id="mochitest-browser-chrome",
),
),
Expand Down

0 comments on commit e84a222

Please sign in to comment.