Commit 250468db authored by earthdok's avatar earthdok Committed by Commit bot

Disable a flaky test under MemorySanitizer.

BUG=410891
TEST=compile
NOTRY=true
TBR=pkasting@chromium.org

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

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