29 lines
723 B
TOML
29 lines
723 B
TOML
[DEFAULT]
|
|
head = "head.js"
|
|
firefox-appdir = "browser"
|
|
support-files = ["distribution.ini"]
|
|
|
|
["test_browserGlue_migration_ctrltab_recently_used_order.js"]
|
|
|
|
["test_browserGlue_migration_formautofill.js"]
|
|
|
|
["test_browserGlue_migration_no_errors.js"]
|
|
|
|
["test_browserGlue_migration_osauth.js"]
|
|
skip-if = [
|
|
"nightly_build",
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
|
|
]
|
|
|
|
["test_browserGlue_migration_places_xulstore.js"]
|
|
|
|
["test_browserGlue_migration_removeContentBlockerPerms.js"]
|
|
|
|
["test_browserGlue_migration_remove_pref.js"]
|
|
|
|
["test_browserGlue_migration_resetDefaults.js"]
|
|
|
|
["test_distribution.js"]
|
|
run-sequentially = "very high failure rate in parallel"
|
|
|
|
["test_distribution_cachedexistence.js"]
|