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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/ClientOnReceivedErrorTest.java

Issue 11184002: De-flake android_webview testOnReceivedErrorOnInvalidUrl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/ClientOnReceivedErrorTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/ClientOnReceivedErrorTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/ClientOnReceivedErrorTest.java
index 4a99f6a17c907a0caa860617375b4fbde758e84d..fb02e6d7042b8676233bccf6441a3cc26b65555d 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/ClientOnReceivedErrorTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/ClientOnReceivedErrorTest.java
@@ -4,7 +4,6 @@
package org.chromium.android_webview.test;
-import android.test.FlakyTest;
import android.test.suitebuilder.annotation.MediumTest;
import org.chromium.android_webview.AwContents;
@@ -32,11 +31,8 @@ public class ClientOnReceivedErrorTest extends AndroidWebViewTestBase {
mAwContents = testContainerView.getAwContents();
}
- /*@MediumTest
- *@Feature({"Android-WebView"})
- * Bug crbug.com/152033
- */
- @FlakyTest
+ @MediumTest
+ @Feature({"Android-WebView"})
public void testOnReceivedErrorOnInvalidUrl() throws Throwable {
TestCallbackHelperContainer.OnReceivedErrorHelper onReceivedErrorHelper =
mContentsClient.getOnReceivedErrorHelper();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698