| 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 ecddfcd408349634ebf4e817f1bba0ecf8a6eae8..94e66c4c6a848269e4e9313ae61d843db4315d74 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
|
| @@ -175,6 +175,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
|
| */
|
| @MediumTest
|
| @Feature({"Browser", "Main"})
|
| + @DisabledTest // crbug.com/625038
|
| public void testDataReductionPromoInfoBar() throws InterruptedException {
|
| ThreadUtils.runOnUiThread(new Runnable() {
|
| @Override
|
| @@ -236,6 +237,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
|
| */
|
| @MediumTest
|
| @Feature({"Browser", "Main"})
|
| + @DisabledTest // crbug.com/625038
|
| public void testDataReductionPromoInfoBarDismissed() throws InterruptedException {
|
| ThreadUtils.runOnUiThread(new Runnable() {
|
| @Override
|
| @@ -295,6 +297,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
|
| @UiThreadTest
|
| @MediumTest
|
| @Feature({"Browser", "Main"})
|
| + @DisabledTest // crbug.com/625038
|
| public void testDataReductionPromoInfoBarPostM48Install() {
|
| assertFalse("Data Reduction Proxy enabled",
|
| DataReductionProxySettings.getInstance().isDataReductionProxyEnabled());
|
| @@ -319,6 +322,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
|
| @UiThreadTest
|
| @MediumTest
|
| @Feature({"Browser", "Main"})
|
| + @DisabledTest // crbug.com/625038
|
| 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.
|
|
|