Commit b62c81b3 authored by Bret Sepulveda's avatar Bret Sepulveda Committed by Commit Bot

Disable flaky test PopupBlockerBrowserTest.BlockWebContentsCreationIncognito.

Failing on Chrome OS.

TBR=avi@chromium.org

Bug: 1115886
Change-Id: Ia9d3e8861e6ee7685d21a2a8a324b7328756c979
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352816Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Bret Sepulveda <bsep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797655}
parent eb17413e
...@@ -269,8 +269,8 @@ IN_PROC_BROWSER_TEST_F(PopupBlockerBrowserTest, BlockWebContentsCreation) { ...@@ -269,8 +269,8 @@ IN_PROC_BROWSER_TEST_F(PopupBlockerBrowserTest, BlockWebContentsCreation) {
kDontCheckTitle); kDontCheckTitle);
} }
#if defined(OS_MAC) && defined(ADDRESS_SANITIZER) // TODO(crbug.com/1115886): Flaky on Mac ASAN and Chrome OS.
// Flaky on ASAN on Mac. See https://crbug.com/674497. #if (defined(OS_MAC) && defined(ADDRESS_SANITIZER)) || defined(OS_CHROMEOS)
#define MAYBE_BlockWebContentsCreationIncognito \ #define MAYBE_BlockWebContentsCreationIncognito \
DISABLED_BlockWebContentsCreationIncognito DISABLED_BlockWebContentsCreationIncognito
#else #else
......
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