Commit 22aa64c2 authored by Liquan (Max) Gu's avatar Liquan (Max) Gu Committed by Commit Bot

[ExpandablePaymentHandler] Disable flaky test

Because ExpandablePaymentHandlerBrowserTest.CancelPayment is flaky,
disable the test before we find the cause.

Bug: 1045274

Change-Id: Iaa253bccc7edc8141061dd8df5aa921ca1bc89bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020570Reviewed-by: default avatarLiquan (Max) Gu <maxlg@chromium.org>
Reviewed-by: default avatarRouslan Solomakhin <rouslan@chromium.org>
Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735302}
parent 57462d5d
......@@ -64,7 +64,7 @@ IN_PROC_BROWSER_TEST_F(ExpandablePaymentHandlerBrowserTest, ConfirmPayment) {
EXPECT_EQ("success", content::EvalJs(GetActiveWebContents(), "getResult()"));
}
IN_PROC_BROWSER_TEST_F(ExpandablePaymentHandlerBrowserTest, CancelPayment) {
IN_PROC_BROWSER_TEST_F(ExpandablePaymentHandlerBrowserTest, DISABLED_CancelPayment) {
std::string expected = "success";
EXPECT_EQ(expected, content::EvalJs(GetActiveWebContents(), "install()"));
EXPECT_EQ("app_is_ready", content::EvalJs(GetActiveWebContents(),
......
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