Commit 7a374765 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable PaymentRequestPaymentAppUiSkipPreloadTest#testPayViaDelayedSlowBobPay

It is flaky

TBR=rouslan@chromium.org
NOTRY=true

Bug: 769851
Change-Id: I4ba160fe8d0916729be86807253c408a4d853404
Reviewed-on: https://chromium-review.googlesource.com/690799Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505105}
parent 5b5624b2
......@@ -16,6 +16,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.browser.ChromeSwitches;
import org.chromium.chrome.test.ChromeActivityTestRule;
......@@ -90,8 +91,9 @@ public class PaymentRequestPaymentAppUiSkipPreloadTest {
* getInstruments.
*/
@Test
@MediumTest
@Feature({"Payments"})
// @MediumTest
// @Feature({"Payments"})
@DisabledTest
public void testPayViaDelayedSlowBobPay()
throws InterruptedException, ExecutionException, TimeoutException {
mPaymentRequestTestRule.installPaymentApp(
......
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