Commit b6202746 authored by maniscalco's avatar maniscalco Committed by Commit bot

Disable AutomationApiTest.Mixin on Windows due to flakiness

TBR=aboxhall@chromium.org
BUG=467921

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

Cr-Commit-Position: refs/heads/master@{#325274}
parent 4b8f24f0
......@@ -200,8 +200,8 @@ IN_PROC_BROWSER_TEST_F(AutomationApiTest, Find) {
<< message_;
}
// Flaky on Linux only. http://crbug.com/467921
#if defined(OS_LINUX)
// Flaky on Linux and Windows. http://crbug.com/467921
#if defined(OS_LINUX) || defined(OS_WIN)
#define MAYBE_Mixins DISABLED_Mixins
#else
#define MAYBE_Mixins Mixins
......
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