Commit d209d39b authored by shimazu's avatar shimazu Committed by Commit bot

Mark a test in PaymentRequestDynamicShippingSingleAddressTest flaky

This patch adds a FlakyTest annotation for testAddInvalidAddressAndCancel

BUG=673136
TBR=dfalcantara

Review-Url: https://codereview.chromium.org/2566923003
Cr-Commit-Position: refs/heads/master@{#437831}
parent 19acb64c
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment