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;
import org.chromium.base.test.params.ParameterSet;
import org.chromium.base.test.params.ParameterizedRunner;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.app.ChromeActivity;
......@@ -359,6 +360,7 @@ public class ExpandablePaymentHandlerTest {
@Test
@SmallTest
@Feature({"Payments"})
@DisabledTest(message = "crbug.com/1131674")
public void testNavigateBackWithSystemBackButton() throws Throwable {
startDefaultServer();
......
......@@ -16,6 +16,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.flags.ChromeSwitches;
......@@ -179,6 +180,7 @@ public class PaymentHandlerChangePaymentMethodTest {
*/
@Test
@Feature({"Payments"})
@DisabledTest(message = "crbug.com/1131674")
public void testDetailsBasicCard() throws Throwable {
mRule.clickNode("basicCardMethodName");
installPaymentHandler();
......
......@@ -19,6 +19,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.flags.ChromeSwitches;
......@@ -114,6 +115,7 @@ public class PaymentHandlerEnableDelegationsTest {
@Test
@Feature({"Payments"})
@MediumTest
@DisabledTest(message = "crbug.com/1131674")
public void testShippingAndContactInfoDelegation() throws Throwable {
installPaymentHandlerWithDelegations(
"['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