Commit bcfa6fa0 authored by johnme's avatar johnme Committed by Commit bot

Mark SettingsLanguagesPageBrowserTest.LanguagesPage flaky on Windows

BUG=641400
TBR=michaelpg@chromium.org
NOTRY=true
NOTREECHECKS=true

Review-Url: https://codereview.chromium.org/2284823002
Cr-Commit-Position: refs/heads/master@{#414743}
parent 61c7b792
......@@ -31,10 +31,11 @@ SettingsLanguagesPageBrowserTest.prototype = {
},
};
// Flaky on Windows. See https://crbug.com/641400.
// May time out on debug builders and memory bots because
// the Settings page can take several seconds to load in a Release build
// and several times that in a Debug build. See https://crbug.com/558434.
GEN('#if defined(MEMORY_SANITIZER) || !defined(NDEBUG)');
GEN('#if defined(OS_WINDOWS) || defined(MEMORY_SANITIZER) || !defined(NDEBUG)');
GEN('#define MAYBE_LanguagesPage DISABLED_LanguagesPage');
GEN('#else');
GEN('#define MAYBE_LanguagesPage LanguagesPage');
......
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