mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
Bug 1572511 - Reduce time for search config tests by removing a bit of logging. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D41258 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
3814a2adf5
commit
4fa1cb92aa
@ -127,7 +127,6 @@ class SearchConfigTest {
|
||||
// when updating the requested/available locales.
|
||||
for (let region of regions) {
|
||||
for (let locale of locales) {
|
||||
info(`Checking region: "${region}" locale: "${locale}"`);
|
||||
await this._reinit(region, locale);
|
||||
|
||||
this._assertDefaultEngines(region, locale);
|
||||
|
Loading…
Reference in New Issue
Block a user