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:
Ehsan Akhgari 2019-09-19 18:01:31 +00:00
Родитель 35c8f2a5ea
Коммит 1065dbec68
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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,