Commit 81faa4b3 authored by Melissa Zhang's avatar Melissa Zhang Committed by Commit Bot

[Sheriff] Disable test on Linux, Debug or ASAN

TBR=estade@chromium.org

Bug: 1144598
Change-Id: I388de0ac068a023de69d804debcd2652c970cf79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513408Reviewed-by: default avatarMelissa Zhang <melzhang@chromium.org>
Commit-Queue: Melissa Zhang <melzhang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823066}
parent 7f4d747d
......@@ -221,10 +221,16 @@ IN_PROC_BROWSER_TEST_F(CardUnmaskPromptViewBrowserTest, DisplayUI) {
ShowUi(kExpiryExpired);
}
// Fails on multiple bots: https://crbug.com/1144598
// Makes sure the user can close the dialog while the verification success
// message is showing.
#if defined(OS_LINUX) || !defined(NDEBUG) || defined(ADDRESS_SANITIZER)
#define MAYBE_EarlyCloseAfterSuccess DISABLED_EarlyCloseAfterSuccess
#else
#define MAYBE_EarlyCloseAfterSuccess EarlyCloseAfterSuccess
#endif
IN_PROC_BROWSER_TEST_F(CardUnmaskPromptViewBrowserTest,
EarlyCloseAfterSuccess) {
MAYBE_EarlyCloseAfterSuccess) {
ShowUi(kExpiryExpired);
controller()->OnUnmaskPromptAccepted(
base::ASCIIToUTF16("123"), base::ASCIIToUTF16("10"),
......
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