Disabling search engine preconnects in browser tests by default
This caused a suite of tests to fail based on multiple test objects mocking servers that don't expect extra connections. Rather than fixing various test fixtures, we disable the search engine preconnect behavior by default since it has good test coverage by itself. By disabling the test in the constructor of in process browser test, any sub tests should be able to override the behavior with their own feature list. Also re-enables test that was recently disabled. Bug: 1128033 Change-Id: I998b4d0f801cf7d8aecde3a68be2f19f7f51cc12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494609Reviewed-by:David Trainor <dtrainor@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#821242}
Showing
Please register or sign in to comment