mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Reduce console spam when running tests in Firefox
Rather than waiting for the upstream patch to reach the Firefox version we're using with Puppeteer, let's just set the same preference as done in https://phabricator.services.mozilla.com/D234320.
This commit is contained in:
parent
88735d0f14
commit
534bd3e4a8
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