blob: dff65608e9ca1711bb0ba51710cc95257d1231fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
[DEFAULT]
firefox-appdir = browser
skip-if =
toolkit == '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
skip-if =
os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[test_backgroundupdate_glean.js]
[test_backgroundupdate_reason_update.js]
[test_backgroundupdate_reason_schedule.js]
|