Commit f7bddc8d authored by Shimi Zhang's avatar Shimi Zhang Committed by Commit Bot

Disable PaymentRequestMetricsTest.testAbortMetrics_OtherAborted_TabClosed

Test is flaky.

TBR: gogerald@chromium.org, rouslan@chromium.org
Bug: 968797
Change-Id: Ifda5c81c08142428ef25cd7093ea823eb68bc639
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637862Reviewed-by: default avatarShimi Zhang <ctzsm@chromium.org>
Commit-Queue: Shimi Zhang <ctzsm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#664942}
parent fa52355e
...@@ -203,6 +203,7 @@ public class PaymentRequestMetricsTest implements MainActivityStartCallback { ...@@ -203,6 +203,7 @@ public class PaymentRequestMetricsTest implements MainActivityStartCallback {
@MediumTest @MediumTest
@Feature({"Payments"}) @Feature({"Payments"})
@RetryOnFailure @RetryOnFailure
@DisabledTest(message = "Test is flaky, see crbug.com/968797")
public void testAbortMetrics_OtherAborted_TabClosed() public void testAbortMetrics_OtherAborted_TabClosed()
throws InterruptedException, TimeoutException { throws InterruptedException, TimeoutException {
mPaymentRequestTestRule.triggerUIAndWait("ccBuy", mPaymentRequestTestRule.getReadyToPay()); mPaymentRequestTestRule.triggerUIAndWait("ccBuy", mPaymentRequestTestRule.getReadyToPay());
......
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