23 lines
613 B
TOML
23 lines
613 B
TOML
[DEFAULT]
|
|
head = "head.js head_native_messaging.js head_telemetry.js"
|
|
firefox-appdir = "browser"
|
|
skip-if = [
|
|
"appname == 'thunderbird'",
|
|
"os == 'android'",
|
|
]
|
|
subprocess = true
|
|
support-files = ["data/**"]
|
|
tags = "webextensions"
|
|
|
|
["test_ext_native_messaging.js"]
|
|
run-sequentially = "very high failure rate in parallel"
|
|
|
|
["test_ext_native_messaging_perf.js"]
|
|
skip-if = ["tsan"] # Unreasonably slow, bug 1612707
|
|
|
|
["test_ext_native_messaging_portal.js"]
|
|
environment = ["XPCSHELL_TEST=1"]
|
|
run-if = ["os == 'linux' && toolkit == 'gtk' && dbus_enabled"]
|
|
tags = "portal"
|
|
|
|
["test_ext_native_messaging_unresponsive.js"]
|