mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1556395 - Clear devtools.testing pref to Fix DAMP test performance regression r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D33683 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
d816e90844
commit
a9a4f27fb3
@ -37,6 +37,7 @@ module.exports = async function() {
|
||||
await closeToolboxAndLog("custom.jsdebugger", toolbox);
|
||||
|
||||
Services.prefs.clearUserPref("devtools.debugger.features.map-scopes");
|
||||
Services.prefs.clearUserPref("devtools.testing");
|
||||
await testTeardown();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user