| 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 07271f36bf32e7f85c5a5b4cfe9ceb1ec05e92d6..4352d44c5a063d38f0481c33fbe3acc72f475266 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,7 +10,6 @@ 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;
|
| @@ -24,7 +23,6 @@ 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.
|
|
|