Commit b4a4b9ec authored by csharp's avatar csharp Committed by Commit bot

Disable AutomationApiTest.Mixin on Linux due to flakiness

TBR=aboxhall@chromium.org
BUG=467921

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

Cr-Commit-Position: refs/heads/master@{#320919}
parent c38a45a2
...@@ -187,6 +187,12 @@ IN_PROC_BROWSER_TEST_F(AutomationApiTest, Find) { ...@@ -187,6 +187,12 @@ IN_PROC_BROWSER_TEST_F(AutomationApiTest, Find) {
<< message_; << message_;
} }
// Flaky on Linux only. http://crbug.com/467921
#if defined(OS_LINUX)
#define MAYBE_Mixins DISABLED_Mixins
#else
#define MAYBE_Mixins Mixins
#endif
IN_PROC_BROWSER_TEST_F(AutomationApiTest, Mixins) { IN_PROC_BROWSER_TEST_F(AutomationApiTest, Mixins) {
StartEmbeddedTestServer(); StartEmbeddedTestServer();
ASSERT_TRUE(RunExtensionSubtest("automation/tests/tabs", "mixins.html")) ASSERT_TRUE(RunExtensionSubtest("automation/tests/tabs", "mixins.html"))
......
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