Commit b312f0ab authored by Peter Kotwicz's avatar Peter Kotwicz Committed by Commit Bot

Disable ContextualSearchManagerTest with out-of-process network service

This CL disables
ContextualSearchManagerTest#testLivePrefetchFailoverRequestMadeAfterOpen
with out-of-process network service

BUG=1071721

Change-Id: Iab5b71d2a2850431ece89c1a6d22f1a522e99b90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154376Reviewed-by: default avatarDonn Denman <donnd@chromium.org>
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#760197}
parent cb7a6cbf
...@@ -1371,6 +1371,9 @@ public class ContextualSearchManagerTest { ...@@ -1371,6 +1371,9 @@ public class ContextualSearchManagerTest {
@Feature({"ContextualSearch"}) @Feature({"ContextualSearch"})
public void testLivePrefetchFailoverRequestMadeAfterOpen() public void testLivePrefetchFailoverRequestMadeAfterOpen()
throws InterruptedException, TimeoutException { throws InterruptedException, TimeoutException {
// Test fails with out-of-process network service. crbug.com/1071721
if (!ChromeFeatureList.isEnabled("NetworkServiceInProcess")) return;
mFakeServer.reset(); mFakeServer.reset();
mFakeServer.setLowPriorityPathInvalid(); mFakeServer.setLowPriorityPathInvalid();
simulateTapSearch("search"); simulateTapSearch("search");
......
...@@ -77,6 +77,7 @@ const base::Feature* kFeaturesExposedToJava[] = { ...@@ -77,6 +77,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&features::kDownloadsLocationChange, &features::kDownloadsLocationChange,
&features::kGenericSensorExtraClasses, &features::kGenericSensorExtraClasses,
&features::kInstallableAmbientBadgeInfoBar, &features::kInstallableAmbientBadgeInfoBar,
&features::kNetworkServiceInProcess,
&features::kOverscrollHistoryNavigation, &features::kOverscrollHistoryNavigation,
&features::kPredictivePrefetchingAllowedOnAllConnectionTypes, &features::kPredictivePrefetchingAllowedOnAllConnectionTypes,
&features::kPrioritizeBootstrapTasks, &features::kPrioritizeBootstrapTasks,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment