Commit 5bf868aa authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

Disable one flaky PaymentRequestPaymentAppTest

Flaky test:
org.chromium.chrome.browser.payments.PaymentRequestPaymentAppTest#testPayViaDelayedSlowBobPay

TBR=rouslan@chromium.org

Bug: 769851
Change-Id: Ic9ea6a0ddd72055145fb2e738744f0d60a13df40
Reviewed-on: https://chromium-review.googlesource.com/c/1337502Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608358}
parent ddfdf461
...@@ -19,6 +19,7 @@ import org.junit.runner.RunWith; ...@@ -19,6 +19,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
import org.chromium.chrome.browser.payments.PaymentRequestTestRule.TestPay; import org.chromium.chrome.browser.payments.PaymentRequestTestRule.TestPay;
...@@ -106,6 +107,7 @@ public class PaymentRequestPaymentAppTest { ...@@ -106,6 +107,7 @@ public class PaymentRequestPaymentAppTest {
*/ */
@Test @Test
@MediumTest @MediumTest
@FlakyTest(message = "https://crbug.com/769851")
@Feature({"Payments"}) @Feature({"Payments"})
public void testPaymentAppNoInstrumentsResponseAfterDismissShouldNotCrash() public void testPaymentAppNoInstrumentsResponseAfterDismissShouldNotCrash()
throws InterruptedException, ExecutionException, TimeoutException { 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