| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
|
| index 52f181cef4c524df7cad099ad434ca42015238f1..e64f3e2a493533ec7c17e1178fceba658805c344 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
|
| @@ -8,6 +8,7 @@ import android.content.DialogInterface;
|
| import android.test.suitebuilder.annotation.MediumTest;
|
|
|
| import org.chromium.base.test.util.Feature;
|
| +import org.chromium.base.test.util.RetryOnFailure;
|
| import org.chromium.chrome.R;
|
| import org.chromium.chrome.browser.autofill.AutofillTestHelper;
|
| import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
|
| @@ -47,6 +48,7 @@ public class PaymentRequestPaymentAppAndCardsTest extends PaymentRequestTestBase
|
| */
|
| @MediumTest
|
| @Feature({"Payments"})
|
| + @RetryOnFailure
|
| public void testNoInstrumentsInFastBobPay() throws InterruptedException, ExecutionException,
|
| TimeoutException {
|
| runTest(NO_INSTRUMENTS, IMMEDIATE_RESPONSE);
|
| @@ -58,6 +60,7 @@ public class PaymentRequestPaymentAppAndCardsTest extends PaymentRequestTestBase
|
| */
|
| @MediumTest
|
| @Feature({"Payments"})
|
| + @RetryOnFailure
|
| public void testNoInstrumentsInSlowBobPay() throws InterruptedException, ExecutionException,
|
| TimeoutException {
|
| runTest(NO_INSTRUMENTS, DELAYED_RESPONSE);
|
| @@ -69,6 +72,7 @@ public class PaymentRequestPaymentAppAndCardsTest extends PaymentRequestTestBase
|
| */
|
| @MediumTest
|
| @Feature({"Payments"})
|
| + @RetryOnFailure
|
| public void testHaveInstrumentsInFastBobPay() throws InterruptedException, ExecutionException,
|
| TimeoutException {
|
| runTest(HAVE_INSTRUMENTS, IMMEDIATE_RESPONSE);
|
|
|