Commit d2fcfeaf authored by isherman@chromium.org's avatar isherman@chromium.org

Disable NewTabUITest.NTPHasLoginName as it sometimes hangs.

BUG=70157
TEST=greener tree
TBR=johnnyg@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71845 0039d316-1c4b-4281-b951-d872f2087c98
parent 1c738470
...@@ -52,7 +52,8 @@ TEST_F(NewTabUITest, NTPHasThumbnails) { ...@@ -52,7 +52,8 @@ TEST_F(NewTabUITest, NTPHasThumbnails) {
action_max_timeout_ms())); action_max_timeout_ms()));
} }
TEST_F(NewTabUITest, NTPHasLoginName) { // Sometimes hangs: http://crbug.com/70157
TEST_F(NewTabUITest, DISABLED_NTPHasLoginName) {
scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0)); scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
ASSERT_TRUE(window.get()); ASSERT_TRUE(window.get());
......
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