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

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

Issue 2851133002: Set flaky testVisualStateCa... to retry on failure (Closed)
Patch Set: Created 3 years, 8 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/crash/VisualStateCallbackTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/crash/VisualStateCallbackTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/crash/VisualStateCallbackTest.java
index 884f4c0c81305c0d8786a3fce892f975984824a5..373be1fc42ec5cf2a5c0fbedd81a97a2ed8629c7 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/crash/VisualStateCallbackTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/crash/VisualStateCallbackTest.java
@@ -26,6 +26,7 @@ import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Feature;
+import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.base.test.util.parameter.ParameterizedTest;
import org.chromium.content_public.common.ContentUrlConstants;
@@ -175,6 +176,7 @@ public class VisualStateCallbackTest extends AwTestBase {
// Tests the callback isn't invoked when AwContents knows about render process being gone.
@Feature({"AndroidWebView"})
@SmallTest
+ @RetryOnFailure
@CommandLineFlags
.Add(AwSwitches.WEBVIEW_SANDBOXED_RENDERER)
@ParameterizedTest.Set
« 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