| Index: chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc b/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
|
| index ca68e55eb9932f62a5ca66d68758bb82ca4d408d..a6e63c19e82e9e31a8fc5cc69b87e294b18e0160 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
|
| +++ b/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
|
| @@ -66,8 +66,9 @@ IN_PROC_BROWSER_TEST_F(PaymentRequestCanMakePaymentQueryTest,
|
|
|
| // Visa is required, and user doesn't have a visa instrument and the user is in
|
| // incognito mode.
|
| +// Test is flaky. crbug.com/705271
|
| IN_PROC_BROWSER_TEST_F(PaymentRequestCanMakePaymentQueryTest,
|
| - CanMakePayment_NotSupported_Incognito) {
|
| + DISABLED_CanMakePayment_NotSupported_Incognito) {
|
| SetIncognitoForTesting();
|
|
|
| const autofill::CreditCard card = autofill::test::GetCreditCard2(); // Amex.
|
|
|