Commit b997073e authored by horo's avatar horo Committed by Commit bot

Disable DataReductionPromo tests in InfoBarTest.java

BUG=610757,625038
TBR=megjablon

Review-Url: https://codereview.chromium.org/2116743002
Cr-Commit-Position: refs/heads/master@{#403412}
parent 6ff44f5b
...@@ -175,6 +175,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> { ...@@ -175,6 +175,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
*/ */
@MediumTest @MediumTest
@Feature({"Browser", "Main"}) @Feature({"Browser", "Main"})
@DisabledTest // crbug.com/625038
public void testDataReductionPromoInfoBar() throws InterruptedException { public void testDataReductionPromoInfoBar() throws InterruptedException {
ThreadUtils.runOnUiThread(new Runnable() { ThreadUtils.runOnUiThread(new Runnable() {
@Override @Override
...@@ -236,6 +237,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> { ...@@ -236,6 +237,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
*/ */
@MediumTest @MediumTest
@Feature({"Browser", "Main"}) @Feature({"Browser", "Main"})
@DisabledTest // crbug.com/625038
public void testDataReductionPromoInfoBarDismissed() throws InterruptedException { public void testDataReductionPromoInfoBarDismissed() throws InterruptedException {
ThreadUtils.runOnUiThread(new Runnable() { ThreadUtils.runOnUiThread(new Runnable() {
@Override @Override
...@@ -295,6 +297,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> { ...@@ -295,6 +297,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
@UiThreadTest @UiThreadTest
@MediumTest @MediumTest
@Feature({"Browser", "Main"}) @Feature({"Browser", "Main"})
@DisabledTest // crbug.com/625038
public void testDataReductionPromoInfoBarPostM48Install() { public void testDataReductionPromoInfoBarPostM48Install() {
assertFalse("Data Reduction Proxy enabled", assertFalse("Data Reduction Proxy enabled",
DataReductionProxySettings.getInstance().isDataReductionProxyEnabled()); DataReductionProxySettings.getInstance().isDataReductionProxyEnabled());
...@@ -319,6 +322,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> { ...@@ -319,6 +322,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
@UiThreadTest @UiThreadTest
@MediumTest @MediumTest
@Feature({"Browser", "Main"}) @Feature({"Browser", "Main"})
@DisabledTest // crbug.com/625038
public void testDataReductionPromoInfoBarFreOptOut() { public void testDataReductionPromoInfoBarFreOptOut() {
// Try to add an infobar. Infobar should not be added since the first run experience or // Try to add an infobar. Infobar should not be added since the first run experience or
// second run promo hasn't been shown. // second run promo hasn't been shown.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment