Commit 61addcb0 authored by vabr's avatar vabr Committed by Commit bot

Disable AutomationApiTest.DesktopInitialFocus on ASan

See http://crbug.com/615908#c6 for a log from a flake.

BUG=615908
TBR=dtseng@chromium.org

Review-Url: https://codereview.chromium.org/2182973003
Cr-Commit-Position: refs/heads/master@{#407757}
parent aa939aef
......@@ -159,8 +159,9 @@ IN_PROC_BROWSER_TEST_F(AutomationApiTest, Desktop) {
<< message_;
}
// TODO(crbug.com/615908): Flaky on CrOS sanitizers.
#if defined(OS_CHROMEOS)
#if defined(MEMORY_SANITIZER)
#if defined(MEMORY_SANITIZER) || defined(ADDRESS_SANITIZER)
#define MAYBE_DesktopInitialFocus DISABLED_DesktopInitialFocus
#else
#define MAYBE_DesktopInitialFocus DesktopInitialFocus
......
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