commit 622d0dec05ba26a933f13f957444be56034b97a2
parent 90643ae4bec103c63271da0d04d83988f7d6b73a
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date: Fri, 3 Oct 2025 08:05:09 +0000
Bug 1992080 - Avoid including a11y-checks tests for layout preset. r=jwatt
They are tier 2, frequently orange, and unlikely to catch an error from
layout patches that isn't caught by the regular mochitest run.
Differential Revision: https://phabricator.services.mozilla.com/D267195
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/tryselect/try_presets.yml b/tools/tryselect/try_presets.yml
@@ -225,7 +225,7 @@ layout:
|mach try --preset layout -xq "linux64 'opt"|
query:
# Most mochitest + reftest + crashtest + wpt
- - "!asan !tsan !jsreftest !shippable !webgl !condprof !media !webgpu 'mochitest | 'web-platform | 'crashtest | 'reftest"
+ - "!asan !tsan !jsreftest !shippable !webgl !condprof !media !webgpu !a11y-checks 'mochitest | 'web-platform | 'crashtest | 'reftest"
# Style system unit tests
- "'rusttests"