| 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..cee30007611ccf1d24be902029fe80fd55b0c7f2 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
|
| @@ -68,7 +68,7 @@ public class PaymentRequestDynamicShippingSingleAddressTest extends PaymentReque
|
| }
|
|
|
| /** Attempt to add an invalid address and cancel the transaction. */
|
| - @MediumTest
|
| + @FlakyTest(message = "crbug.com/673136")
|
| @Feature({"Payments"})
|
| public void testAddInvalidAddressAndCancel()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
|
|