perftest.toml (759B)
1 [DEFAULT] 2 subsuite = "a11y" 3 support-files = [ 4 "head.js", 5 "!/accessible/tests/browser/shared-head.js", 6 "!/accessible/tests/mochitest/*.js", 7 ] 8 skip-if = [ 9 "tsan", # Bug 1963506 10 ] 11 prefs = [ 12 # Required for the eval in invokeContentTask in shared-head.js 13 "security.allow_eval_with_system_principal=true" 14 ] 15 16 ["browser_addManyIds.js"] 17 disabled = "Disabled as we want to run this only as perftest, not regular CI" 18 19 ["browser_addManyNodes.js"] 20 disabled = "Disabled as we want to run this only as perftest, not regular CI" 21 22 ["browser_reflowPseudoelements.js"] 23 disabled = "Disabled as we want to run this only as perftest, not regular CI" 24 25 ["browser_removeManySpellingErrors.js"] 26 disabled = "Disabled as we want to run this only as perftest, not regular CI"