Commit 13812c6d authored by Bo Liu's avatar Bo Liu Committed by Commit Bot

aw: Disable test failing on renderer navigation mode

Turns out the old navigation mode is still being tested, which of course
fails the test. Disable it for now.

TBR=ntfschr@chromium.org

Bug: 794117, 769126
Change-Id: I845d856cbdf8e4319c4363810e88e82b9ed40488
Reviewed-on: https://chromium-review.googlesource.com/822757Reviewed-by: default avatarBo <boliu@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523478}
parent f4475941
...@@ -21,6 +21,7 @@ import org.chromium.android_webview.test.util.AwTestTouchUtils; ...@@ -21,6 +21,7 @@ import org.chromium.android_webview.test.util.AwTestTouchUtils;
import org.chromium.android_webview.test.util.CommonResources; import org.chromium.android_webview.test.util.CommonResources;
import org.chromium.android_webview.test.util.JSUtils; import org.chromium.android_webview.test.util.JSUtils;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.TestFileUtil; import org.chromium.base.test.util.TestFileUtil;
import org.chromium.content.browser.test.util.TestCallbackHelperContainer.OnReceivedErrorHelper; import org.chromium.content.browser.test.util.TestCallbackHelperContainer.OnReceivedErrorHelper;
...@@ -970,6 +971,7 @@ public class AwContentsClientShouldInterceptRequestTest { ...@@ -970,6 +971,7 @@ public class AwContentsClientShouldInterceptRequestTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest // Enable when renderer-side navigation is removed. crbug.com/769126
public void testLoadDataWithBaseUrlTriggersShouldInterceptRequest() throws Throwable { public void testLoadDataWithBaseUrlTriggersShouldInterceptRequest() throws Throwable {
String data = "foo"; String data = "foo";
String mimeType = "text/plain"; String mimeType = "text/plain";
......
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