Commit 295a9479 authored by Brandon Wylie's avatar Brandon Wylie Committed by Commit Bot

Disable failing PaymentHandler tests

Bug: 1131674
Change-Id: I63ca231ab1589ef043cf3acf18540356981483f5

TBR= maxlg@chromium.org

Change-Id: I63ca231ab1589ef043cf3acf18540356981483f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427214Reviewed-by: default avatarBrandon Wylie <wylieb@chromium.org>
Commit-Queue: Brandon Wylie <wylieb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809999}
parent 3018a4d5
...@@ -31,6 +31,7 @@ import org.chromium.base.test.params.ParameterProvider; ...@@ -31,6 +31,7 @@ import org.chromium.base.test.params.ParameterProvider;
import org.chromium.base.test.params.ParameterSet; import org.chromium.base.test.params.ParameterSet;
import org.chromium.base.test.params.ParameterizedRunner; import org.chromium.base.test.params.ParameterizedRunner;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.app.ChromeActivity; import org.chromium.chrome.browser.app.ChromeActivity;
...@@ -359,6 +360,7 @@ public class ExpandablePaymentHandlerTest { ...@@ -359,6 +360,7 @@ public class ExpandablePaymentHandlerTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"Payments"}) @Feature({"Payments"})
@DisabledTest(message = "crbug.com/1131674")
public void testNavigateBackWithSystemBackButton() throws Throwable { public void testNavigateBackWithSystemBackButton() throws Throwable {
startDefaultServer(); startDefaultServer();
......
...@@ -16,6 +16,7 @@ import org.junit.Test; ...@@ -16,6 +16,7 @@ import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.flags.ChromeSwitches; import org.chromium.chrome.browser.flags.ChromeSwitches;
...@@ -179,6 +180,7 @@ public class PaymentHandlerChangePaymentMethodTest { ...@@ -179,6 +180,7 @@ public class PaymentHandlerChangePaymentMethodTest {
*/ */
@Test @Test
@Feature({"Payments"}) @Feature({"Payments"})
@DisabledTest(message = "crbug.com/1131674")
public void testDetailsBasicCard() throws Throwable { public void testDetailsBasicCard() throws Throwable {
mRule.clickNode("basicCardMethodName"); mRule.clickNode("basicCardMethodName");
installPaymentHandler(); installPaymentHandler();
......
...@@ -19,6 +19,7 @@ import org.junit.runner.RunWith; ...@@ -19,6 +19,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.flags.ChromeSwitches; import org.chromium.chrome.browser.flags.ChromeSwitches;
...@@ -114,6 +115,7 @@ public class PaymentHandlerEnableDelegationsTest { ...@@ -114,6 +115,7 @@ public class PaymentHandlerEnableDelegationsTest {
@Test @Test
@Feature({"Payments"}) @Feature({"Payments"})
@MediumTest @MediumTest
@DisabledTest(message = "crbug.com/1131674")
public void testShippingAndContactInfoDelegation() throws Throwable { public void testShippingAndContactInfoDelegation() throws Throwable {
installPaymentHandlerWithDelegations( installPaymentHandlerWithDelegations(
"['shippingAddress', 'payerName', 'payerEmail', 'payerPhone']"); "['shippingAddress', 'payerName', 'payerEmail', 'payerPhone']");
......
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