Disable InstantExtendedTest.UpdateSearchQueryOnBackNavigation,...

Disable InstantExtendedTest.UpdateSearchQueryOnBackNavigation, InstantExtendedTest.UpdateSearchQueryOnForwardNavigation on Linux due to flake.

BUG=253092
TBR=kmadhusu

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208085 0039d316-1c4b-4281-b951-d872f2087c98
parent cc31b82f
......@@ -1467,8 +1467,8 @@ IN_PROC_BROWSER_TEST_F(InstantPolicyTest,
EXPECT_EQ(2, on_theme_changed_calls);
}
// Flaky on Mac Tests bot.
#if defined(OS_MACOSX)
// Flaky on Mac and Linux Tests bots.
#if defined(OS_MACOSX) || defined(OS_LINUX)
#define MAYBE_UpdateSearchQueryOnBackNavigation DISABLED_UpdateSearchQueryOnBackNavigation
#else
#define MAYBE_UpdateSearchQueryOnBackNavigation UpdateSearchQueryOnBackNavigation
......@@ -1519,8 +1519,8 @@ IN_PROC_BROWSER_TEST_F(InstantExtendedTest,
EXPECT_EQ(ASCIIToUTF16("flowers"), omnibox()->GetText());
}
// Flaky on Mac Tests bot.
#if defined(OS_MACOSX)
// Flaky on Mac and Linux Tests bots.
#if defined(OS_MACOSX) || defined(OS_LINUX)
#define MAYBE_UpdateSearchQueryOnForwardNavigation DISABLED_UpdateSearchQueryOnForwardNavigation
#else
#define MAYBE_UpdateSearchQueryOnForwardNavigation UpdateSearchQueryOnForwardNavigation
......
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