| 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 3eba0d048289adcce1d1a07ec982e556f4a741fd..ac8fbad264246e2aeee12e37d8daa7c28853d0b9 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,7 +12,6 @@ import android.webkit.WebStorage;
|
|
|
| import static org.chromium.base.test.util.ScalableTimeout.scaleTimeout;
|
|
|
| -import org.chromium.base.test.util.DisabledTest;
|
| import org.chromium.webview_shell.WebViewThreadTestActivity;
|
|
|
| /**
|
| @@ -84,7 +83,6 @@ public class WebViewThreadTest extends ActivityInstrumentationTestCase2<WebViewT
|
| });
|
| }
|
|
|
| - @DisabledTest
|
| @SmallTest
|
| public void testWebViewInitByWebStorage() throws InterruptedException {
|
| initThenCreateWebViewOnUiThread(new Runnable() {
|
|
|