зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1549859
- set the app.update.BITS.inTrialGroup pref in app update xpcshell tests. r=bytesized
This causes downloadInterruptedNoRecovery.js to intermittently fail on comm-central since BITS ends up enabled. Differential Revision: https://phabricator.services.mozilla.com/D30284 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
dbb464327f
Коммит
a1731898f8
|
@ -843,6 +843,8 @@ function setupTestCommon(aAppUpdateAutoEnabled = false, aAllowBits = false) {
|
|||
|
||||
setAppUpdateAutoSync(aAppUpdateAutoEnabled);
|
||||
Services.prefs.setBoolPref(PREF_APP_UPDATE_BITS_ENABLED, aAllowBits);
|
||||
// Set this preference so the trial doesn't override the decision.
|
||||
Services.prefs.setBoolPref("app.update.BITS.inTrialGroup", aAllowBits);
|
||||
|
||||
debugDump("finish - general test setup");
|
||||
return true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче