зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1582053 - Disable the remote settings server in web extension xpcshell tests; r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D46498 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
35c8f2a5ea
Коммит
1065dbec68
|
@ -46,6 +46,11 @@ const testEnv = {
|
|||
expectRemote: false,
|
||||
};
|
||||
|
||||
Services.prefs.setStringPref(
|
||||
"services.settings.server",
|
||||
"http://localhost:7777/remote-settings-dummy/v1"
|
||||
);
|
||||
|
||||
add_task(function check_remote() {
|
||||
Assert.equal(
|
||||
WebExtensionPolicy.useRemoteWebExtensions,
|
||||
|
|
Загрузка…
Ссылка в новой задаче