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:
Julian Descottes 2019-06-05 14:23:03 +00:00
parent d816e90844
commit a9a4f27fb3

View File

@ -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();
};