| Index: android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| diff --git a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| index e105d75b323914dd976d8f7f8bf0a88330029df1..d96fefb133f2cb82f345c0d984543eab9d3d1b52 100644
|
| --- a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| +++ b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| @@ -11,6 +11,7 @@ import junit.framework.ComparisonFailure;
|
|
|
| import org.chromium.base.Log;
|
| import org.chromium.base.test.util.DisableIf;
|
| +import org.chromium.base.test.util.DisabledTest;
|
| import org.chromium.base.test.util.UrlUtils;
|
| import org.chromium.webview_shell.WebViewLayoutTestActivity;
|
|
|
| @@ -156,6 +157,7 @@ public class WebViewLayoutTest
|
| assertEquals("Unexpected webview interfaces found", "", unexpected.toString());
|
| }
|
|
|
| + @DisabledTest(message = "crbug.com/683153")
|
| @MediumTest
|
| public void testWebViewIncludedStableInterfaces() throws Exception {
|
| ensureJsTestCopied();
|
|
|