summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update/tests/unit_background_update/xpcshell.toml
blob: 6cf14e9eaade84258919e0fb2be06814198ded90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[DEFAULT]
firefox-appdir = "browser"
skip-if = [
  "os == 'android'",
  "os == 'win' && msix", # Our updater is disabled in MSIX builds
]
head = "head.js"
support-files = [
  "../data/shared.js",
  "../data/sharedUpdateXML.js",
  "../data/xpcshellUtilsAUS.js",
]

["test_backgroundupdate_exitcodes.js"]
run-sequentially = "very high failure rate in parallel"

["test_backgroundupdate_glean.js"]

["test_backgroundupdate_reason.js"]

["test_backgroundupdate_reason_schedule.js"]

["test_backgroundupdate_reason_update.js"]
run-sequentially = "very high failure rate in parallel"