mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue