| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingSingleAddressTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingSingleAddressTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingSingleAddressTest.java
|
| index 4352d44c5a063d38f0481c33fbe3acc72f475266..07271f36bf32e7f85c5a5b4cfe9ceb1ec05e92d6 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingSingleAddressTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingSingleAddressTest.java
|
| @@ -10,6 +10,7 @@ import android.test.suitebuilder.annotation.MediumTest;
|
| import org.chromium.base.ThreadUtils;
|
| import org.chromium.base.test.util.Feature;
|
| import org.chromium.base.test.util.FlakyTest;
|
| +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;
|
| @@ -23,6 +24,7 @@ import java.util.concurrent.TimeoutException;
|
| * A payment integration test for a merchant that requires shipping address to calculate shipping
|
| * and user that has a single address stored in autofill settings.
|
| */
|
| +@RetryOnFailure
|
| public class PaymentRequestDynamicShippingSingleAddressTest extends PaymentRequestTestBase {
|
| public PaymentRequestDynamicShippingSingleAddressTest() {
|
| // This merchant requests the shipping address first before providing any shipping options.
|
|
|