Bug 1592616 - Tracking milestones: set the update interval to 0 before testing the section in the panel. r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D51981

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nihanth Subramanya 2019-11-06 16:48:08 +00:00
parent c96522709a
commit f129cffe2e

View File

@ -9,6 +9,7 @@ add_task(async function setup() {
["browser.contentblocking.report.monitor.enabled", false],
["browser.contentblocking.report.lockwise.enabled", false],
["browser.contentblocking.report.proxy.enabled", false],
["browser.contentblocking.cfr-milestone.update-interval", 0],
],
});
});