summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update/tests/unit_background_update/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/update/tests/unit_background_update/xpcshell.toml')
-rw-r--r--toolkit/mozapps/update/tests/unit_background_update/xpcshell.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/toolkit/mozapps/update/tests/unit_background_update/xpcshell.toml b/toolkit/mozapps/update/tests/unit_background_update/xpcshell.toml
new file mode 100644
index 0000000000..6cf14e9eaa
--- /dev/null
+++ b/toolkit/mozapps/update/tests/unit_background_update/xpcshell.toml
@@ -0,0 +1,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"