summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/native_messaging.toml
blob: 468636fcc6b2961220d34420259aa9f5600e99a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"]
skip-if = ["apple_silicon"] # bug 1729540
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_unresponsive.js"]