Commit 61329208 authored by Donn Denman's avatar Donn Denman Committed by Commit Bot

[TTS] Fix a disabled test (OOP issue)

Speculate fix for testLivePrefetchFailoverRequestMadeAfterOpen
which was failing with out-of-process network service error.

BUG=1071721

Change-Id: I95cc3bba5ffd17e38b58fc88a3ff227045fe9feb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486072
Commit-Queue: Sinan Sahin <sinansahin@google.com>
Reviewed-by: default avatarSinan Sahin <sinansahin@google.com>
Auto-Submit: Donn Denman <donnd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818664}
parent 1fa733bc
...@@ -1578,9 +1578,6 @@ public class ContextualSearchManagerTest { ...@@ -1578,9 +1578,6 @@ public class ContextualSearchManagerTest {
@ParameterAnnotations.UseMethodParameter(FeatureParamProvider.class) @ParameterAnnotations.UseMethodParameter(FeatureParamProvider.class)
public void testLivePrefetchFailoverRequestMadeAfterOpen(@EnabledFeature int enabledFeature) public void testLivePrefetchFailoverRequestMadeAfterOpen(@EnabledFeature int enabledFeature)
throws Exception { throws Exception {
// Test fails with out-of-process network service. crbug.com/1071721
if (!ChromeFeatureList.isEnabled("NetworkServiceInProcess")) return;
mFakeServer.reset(); mFakeServer.reset();
mFakeServer.setLowPriorityPathInvalid(); mFakeServer.setLowPriorityPathInvalid();
simulateResolveSearch("search"); simulateResolveSearch("search");
......
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