Commit 50e4f009 authored by sky@chromium.org's avatar sky@chromium.org

Marks FindNextInNewTabUsesPrepopulate as flaky on aura.


R=ben@chromium.org
BUG=43070
TEST=none


Review URL: http://codereview.chromium.org/8624005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111078 0039d316-1c4b-4281-b951-d872f2087c98
parent c13be0d2
......@@ -704,9 +704,9 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindMovesWhenObscuring) {
// See http://crbug.com/43070
#define MAYBE_FindNextInNewTabUsesPrepopulate \
DISABLED_FindNextInNewTabUsesPrepopulate
#elif defined (OS_WIN)
// Occasionally times-out on Windows, too.
// See http://crbug.com/43070 and http://crbug.com/88316
#elif defined(OS_WIN) || defined(USE_AURA)
// Occasionally times-out on Windows or aura, too.
// See http://crbug.com/43070
#define MAYBE_FindNextInNewTabUsesPrepopulate \
FLAKY_FindNextInNewTabUsesPrepopulate
#else
......
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