Commit b12896cf authored by robertshield's avatar robertshield Committed by Commit bot

Disable BrowserTest.SingleBeforeUnloadAfterWindowClose on ASAN bots too.

BUG=410891
TBR=henrika
NOTRY=true

Review URL: https://codereview.chromium.org/542173002

Cr-Commit-Position: refs/heads/master@{#293523}
parent 47738b92
......@@ -785,7 +785,10 @@ IN_PROC_BROWSER_TEST_F(BrowserTest, CancelBeforeUnloadResetsURL) {
// Crashy on mac. http://crbug.com/38522 Crashy on win too (after 3 years).
// Flaky timeouts on a MemorySanitizer bot. http://crbug.com/410891
#if defined(OS_MACOSX) || defined(OS_WIN) || defined(MEMORY_SANITIZER)
#if defined(OS_MACOSX) || \
defined(OS_WIN) || \
defined(MEMORY_SANITIZER) || \
defined(ADDRESS_SANITIZER)
#define MAYBE_SingleBeforeUnloadAfterWindowClose \
DISABLED_SingleBeforeUnloadAfterWindowClose
#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