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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java

Issue 2352713002: android: Mark flaky tests with @RetryOnFailure (Closed)
Patch Set: Created 4 years, 3 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: chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
index dff0124b84b2c6ea5901ff135d598631bd56f8f0..52fa5dddbfdbdba4b7fe95058f5b4b19d362435c 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
@@ -352,6 +352,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
@MediumTest
@CommandLineFlags.Add("force-fieldtrials=DataCompressionProxyPromoVisibility/Enabled")
@Feature({"Browser", "Main"})
+ @RetryOnFailure
public void testDataReductionPromoInfoBarFreOptOut() {
// Try to add an infobar. Infobar should not be added since the first run experience or
// second run promo hasn't been shown.
@@ -389,6 +390,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
@Smoke
@MediumTest
@Feature({"Browser", "Main"})
+ @RetryOnFailure
public void testInfoBarForHungRenderer() throws InterruptedException {
loadUrl(HELLO_WORLD_URL);

Powered by Google App Engine
This is Rietveld 408576698