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

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

Issue 2116743002: Disable DataReductionPromo tests in InfoBarTest.java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: 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.
« 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