Commit 4d93ae49 authored by Kunihiko Sakamoto's avatar Kunihiko Sakamoto Committed by Commit Bot

Disable BrowserFocusTest.FocusOnNavigate on ChromeOS

TBR=warx@chromium.org

Bug: 665296
Change-Id: I69c487f17ce5ee1170fd7f1dc190b2f185e3643f
Reviewed-on: https://chromium-review.googlesource.com/813457Reviewed-by: default avatarKunihiko Sakamoto <ksakamoto@chromium.org>
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522372}
parent 799df523
......@@ -673,8 +673,8 @@ IN_PROC_BROWSER_TEST_F(BrowserFocusTest, NavigateFromOmniboxIntoNewTab) {
EXPECT_FALSE(IsViewFocused(VIEW_ID_OMNIBOX));
}
// Flaky on Mac (http://crbug.com/665296).
#if defined(OS_MACOSX)
// Flaky on Mac and ChromeOS (http://crbug.com/665296).
#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
#define MAYBE_FocusOnNavigate DISABLED_FocusOnNavigate
#else
#define MAYBE_FocusOnNavigate FocusOnNavigate
......
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