Skip to content

Commit

Permalink
Merge pull request #18433 from timvandermeij/contile
Browse files Browse the repository at this point in the history
Disable network connections to Contile for the tests
  • Loading branch information
timvandermeij authored Jul 13, 2024
2 parents 07c58aa + aea409d commit 08967a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,8 @@ async function startBrowser({
"accessibility.browsewithcaret": true,
// Disable the newtabpage stuff.
"browser.newtabpage.enabled": false,
// Disable network connections to Contile.
"browser.topsites.contile.enabled": false,
...extraPrefsFirefox,
};
}
Expand Down

0 comments on commit 08967a5

Please sign in to comment.