| 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);
|
|
|
|
|