Commit 04dfcb11 authored by dewittj's avatar dewittj Committed by Commit bot

Disable InstantExtendedTest.SearchDoesntReuseInstantTab on Linux.

This was already disabled on Windows but was seen failing on the following
bot:
https://uberchromegw.corp.google.com/i/chromium.memory/builders/Linux%20ASan%20Tests%20%28sandboxed%29/builds/32603

BUG=678975
TBR=treib@chromium.org

Review-Url: https://codereview.chromium.org/2617133003
Cr-Commit-Position: refs/heads/master@{#442019}
parent 38d3bfaf
...@@ -307,8 +307,8 @@ class InstantPolicyTest : public ExtensionBrowserTest, public InstantTestBase { ...@@ -307,8 +307,8 @@ class InstantPolicyTest : public ExtensionBrowserTest, public InstantTestBase {
DISALLOW_COPY_AND_ASSIGN(InstantPolicyTest); DISALLOW_COPY_AND_ASSIGN(InstantPolicyTest);
}; };
// Flaky on Windows in the CQ: https://crbug.com/678975 // Flaky on Windows in the CQ and Linux memory bot: https://crbug.com/678975
#if defined(OS_WIN) #if defined(OS_WIN) || defined(OS_LINUX)
#define MAYBE_SearchDoesntReuseInstantTab DISABLED_SearchDoesntReuseInstantTab #define MAYBE_SearchDoesntReuseInstantTab DISABLED_SearchDoesntReuseInstantTab
#else #else
#define MAYBE_SearchDoesntReuseInstantTab SearchDoesntReuseInstantTab #define MAYBE_SearchDoesntReuseInstantTab SearchDoesntReuseInstantTab
......
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