Commit e6e5740d authored by Balazs Engedy's avatar Balazs Engedy Committed by Commit Bot

Disable PaymentRequestExpiredLocalCardTest#testPromptErrorMessages.

The test has been consistently failing on try bots since the
beginning of February.

TBR=tsergeant@chromium.org

Bug: 687438
Change-Id: Ifc4a68d1d642777365f191c6fc5b64d153989b10
Reviewed-on: https://chromium-review.googlesource.com/897496
Commit-Queue: Balazs Engedy <engedy@chromium.org>
Reviewed-by: default avatarBalazs Engedy <engedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533644}
parent 32098681
......@@ -15,6 +15,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.R;
import org.chromium.chrome.browser.ChromeSwitches;
......@@ -137,8 +138,9 @@ public class PaymentRequestExpiredLocalCardTest implements MainActivityStartCall
/**
* Tests the different card unmask error messages for an expired card.
*/
@MediumTest
@Feature({"Payments"})
// @MediumTest
// @Feature({"Payments"})
@DisabledTest(message = "https://crbug.com/687438/")
@Test
public void testPromptErrorMessages()
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