Merge pull request #19335 from Snuffleupagus/test-rm-console-log-spam
Reduce console spam when running tests in Firefox
This commit is contained in:
commit
45a32b7c58
@ -952,6 +952,8 @@ async function startBrowser({
|
||||
"browser.newtabpage.enabled": false,
|
||||
// Disable network connections to Contile.
|
||||
"browser.topsites.contile.enabled": false,
|
||||
// Disable logging for remote settings.
|
||||
"services.settings.loglevel": "off",
|
||||
...extraPrefsFirefox,
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user