Commit 99641113 authored by Patrick Noland's avatar Patrick Noland Committed by Chromium LUCI CQ

[Sheriff] Disable flaky test

ExpandablePaymentHandlerBrowserTest.ClickSecurityIcon

Bug: 1094159
Change-Id: I71e397d88cdf43e735bf98d80d6f0cc9a2a5ff3b
TBR: sahel@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2565697Reviewed-by: default avatarPatrick Noland <pnoland@chromium.org>
Commit-Queue: Patrick Noland <pnoland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#831985}
parent 9f2fc6fb
...@@ -64,7 +64,8 @@ IN_PROC_BROWSER_TEST_F(ExpandablePaymentHandlerBrowserTest, ConfirmPayment) { ...@@ -64,7 +64,8 @@ IN_PROC_BROWSER_TEST_F(ExpandablePaymentHandlerBrowserTest, ConfirmPayment) {
} }
// Make sure the security icon is clickable. // Make sure the security icon is clickable.
IN_PROC_BROWSER_TEST_F(ExpandablePaymentHandlerBrowserTest, ClickSecurityIcon) { IN_PROC_BROWSER_TEST_F(ExpandablePaymentHandlerBrowserTest,
DISABLE_ON_ANDROID(ClickSecurityIcon)) {
std::string expected = "success"; std::string expected = "success";
EXPECT_EQ(expected, content::EvalJs(GetActiveWebContents(), "install()")); EXPECT_EQ(expected, content::EvalJs(GetActiveWebContents(), "install()"));
EXPECT_EQ("app_is_ready", EXPECT_EQ("app_is_ready",
......
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