mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Backed out 1 changesets (bug 1492519) for tps perma failures a=backout
Backed out changeset f2b2b043c046 (bug 1492519)
This commit is contained in:
parent
819cd31a93
commit
4cd1cc463e
@ -66,7 +66,7 @@ user_pref("identity.fxaccounts.auth.uri", "https://127.0.0.1/fxa-dummy/");
|
||||
user_pref("identity.fxaccounts.migrateToDevEdition", false);
|
||||
// Make tests run consistently on DevEdition (which has a lightweight theme
|
||||
// selected by default).
|
||||
user_pref("lightweightThemes.selectedThemeID", "default-theme@mozilla.org");
|
||||
user_pref("lightweightThemes.selectedThemeID", "");
|
||||
user_pref("media.capturestream_hints.enabled", true);
|
||||
user_pref("media.gmp-manager.url", "http://127.0.0.1/gmpmanager-dummy/update.xml");
|
||||
// Don't block old libavcodec libraries when testing, because our test systems
|
||||
|
@ -189,7 +189,7 @@ user_pref("layout.css.shape-outside.enabled", true);
|
||||
user_pref("layout.spammy_warnings.enabled", false);
|
||||
// Make tests run consistently on DevEdition (which has a lightweight theme
|
||||
// selected by default).
|
||||
user_pref("lightweightThemes.selectedThemeID", "default-theme@mozilla.org");
|
||||
user_pref("lightweightThemes.selectedThemeID", "");
|
||||
// Disable all recommended Marionette preferences for Gecko tests.
|
||||
// The prefs recommended by Marionette are typically geared towards
|
||||
// consumer automation; not vendor testing.
|
||||
|
@ -125,7 +125,6 @@ add_task(async function test_management_themes() {
|
||||
};
|
||||
is(await extension.awaitMessage("onInstalled"), "Bling", "LWT installed");
|
||||
is(await extension.awaitMessage("onEnabled"), "Bling", "LWT enabled");
|
||||
is(await extension.awaitMessage("onDisabled"), "Default", "default disabled");
|
||||
|
||||
await theme.startup();
|
||||
is(await extension.awaitMessage("onInstalled"), "Simple theme test", "webextension theme installed");
|
||||
|
Loading…
Reference in New Issue
Block a user