Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2364)

Unified Diff: android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java

Issue 2180423003: aw: Fix FactoryProvider threading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: skip post on ui thread Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698