Commit 46b4ddb9 authored by battre@chromium.org's avatar battre@chromium.org

Disable flaky FindInPageControllerTest.FindRestarts_Issue70505 on ChromeOS

BUG=367701
TBR=yutak@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273806 0039d316-1c4b-4281-b951-d872f2087c98
parent 356f9005
......@@ -801,9 +801,10 @@ 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
// Disable the test for win, mac and ChromeOS as it started being flaky, see
// http://crbug/367701.
#if defined(OS_MACOSX) && !defined(OS_IOS) || defined(OS_WIN)
#if defined(OS_MACOSX) && !defined(OS_IOS) || defined(OS_WIN) || \
defined(OS_CHROMEOS)
#define MAYBE_FindRestarts_Issue70505 DISABLED_FindRestarts_Issue70505
#else
#define MAYBE_FindRestarts_Issue70505 FindRestarts_Issue70505
......
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