| Index: android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java
|
| diff --git a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java
|
| index ac8fbad264246e2aeee12e37d8daa7c28853d0b9..3eba0d048289adcce1d1a07ec982e556f4a741fd 100644
|
| --- a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java
|
| +++ b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java
|
| @@ -12,6 +12,7 @@
|
|
|
| import static org.chromium.base.test.util.ScalableTimeout.scaleTimeout;
|
|
|
| +import org.chromium.base.test.util.DisabledTest;
|
| import org.chromium.webview_shell.WebViewThreadTestActivity;
|
|
|
| /**
|
| @@ -83,6 +84,7 @@ public void run() {
|
| });
|
| }
|
|
|
| + @DisabledTest
|
| @SmallTest
|
| public void testWebViewInitByWebStorage() throws InterruptedException {
|
| initThenCreateWebViewOnUiThread(new Runnable() {
|
|
|