mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
b2ee3ffc88
Differential Revision: https://phabricator.services.mozilla.com/D215735
18 lines
328 B
TOML
18 lines
328 B
TOML
[DEFAULT]
|
|
head = "head.js"
|
|
|
|
# Add perftests here as it's useful to run them as xpcshell tests, but we don't need them
|
|
# to be run in CI.
|
|
|
|
["perftest_dateTimeFormat.js"]
|
|
skip-if = ["true"]
|
|
|
|
["perftest_locale.js"]
|
|
skip-if = ["true"]
|
|
|
|
["perftest_numberFormat.js"]
|
|
skip-if = ["true"]
|
|
|
|
["perftest_pluralRules.js"]
|
|
skip-if = ["true"]
|