| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java
|
| index 850d402fea49188a171e95b52f7a19955e8547f5..b9f15eee6b7309c899d80d538c57d454b4f787ec 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java
|
| @@ -40,7 +40,11 @@ public class PaymentRequestIncompleteContactDetailsTest extends PaymentRequestTe
|
| }
|
|
|
| /** Attempt to update the contact information with invalid data and cancel the transaction. */
|
| - @MediumTest
|
| + /*
|
| + * @MediumTest
|
| + * Bug=crbug.com/673299
|
| + */
|
| + @FlakyTest
|
| @Feature({"Payments"})
|
| public void testEditIncompleteContactAndCancel()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
|
|