[Sheriff] Disable FindRestarts_Issue70505 for being flaky.

BUG=367701
TBR=finnur@chromium.org
NOTREECHECKS=true
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266530 0039d316-1c4b-4281-b951-d872f2087c98
parent 0254b569
......@@ -797,9 +797,17 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindRestarts_Issue1155639) {
EXPECT_EQ(1, ordinal);
}
// Disable the test for win and mac as it started being flaky, see
// http://crbug/367701.
#if defined(OS_MACOSX) && !defined(OS_IOS) || defined(OS_WIN)
#define MAYBE_FindRestarts_Issue70505 DISABLED_FindRestarts_Issue70505
#else
#define MAYBE_FindRestarts_Issue70505 FindRestarts_Issue70505
#endif
// Make sure we don't get into an infinite loop when text box contains very
// large amount of text.
IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindRestarts_Issue70505) {
IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
MAYBE_FindRestarts_Issue70505) {
// First we navigate to our page.
GURL url = GetURL(kLongTextareaPage);
ui_test_utils::NavigateToURL(browser(), url);
......
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