Commit 6ff7b051 authored by oshima@google.com's avatar oshima@google.com

Disable ClickingMovesFocus test on chromeos

BUG=97625
TEST=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102302 0039d316-1c4b-4281-b951-d872f2087c98
parent 046953fa
......@@ -192,7 +192,13 @@ class TestInterstitialPage : public InterstitialPage {
std::string html_contents_;
};
IN_PROC_BROWSER_TEST_F(BrowserFocusTest, ClickingMovesFocus) {
#if defined(OS_CHROMEOS)
#define MAYBE_ClickingMovesFocus DISABLED_ClickingMovesFocus
#else
#define MAYBE_ClickingMovesFocus ClickingMovesFocus
#endif
IN_PROC_BROWSER_TEST_F(BrowserFocusTest, MAYBE_ClickingMovesFocus) {
ASSERT_TRUE(ui_test_utils::BringBrowserWindowToFront(browser()));
#if defined(OS_POSIX)
// It seems we have to wait a little bit for the widgets to spin up before
......
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