Commit e4ee7557 authored by tony@chromium.org's avatar tony@chromium.org

Revert "Mark tests FLAKY: HomePageLink and NTPHasThumbnails"

This reverts commit 52788 and re-enables 2 UI tests.

TBR=phajdan.jr

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52942 0039d316-1c4b-4281-b951-d872f2087c98
parent 78150c3c
...@@ -30,8 +30,7 @@ class NewTabUITest : public UITest { ...@@ -30,8 +30,7 @@ class NewTabUITest : public UITest {
} }
}; };
// Failing about 90% on XP. http://crbug.com/49389 TEST_F(NewTabUITest, NTPHasThumbnails) {
TEST_F(NewTabUITest, FLAKY_NTPHasThumbnails) {
// Switch to the "new tab" tab, which should be any new tab after the // Switch to the "new tab" tab, which should be any new tab after the
// first (the first is about:blank). // first (the first is about:blank).
scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0)); scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
...@@ -99,8 +98,7 @@ TEST_F(NewTabUITest, UpdateUserPrefsVersion) { ...@@ -99,8 +98,7 @@ TEST_F(NewTabUITest, UpdateUserPrefsVersion) {
ASSERT_FALSE(migrated); ASSERT_FALSE(migrated);
} }
// Failing about 90% on XP. http://crbug.com/49389 TEST_F(NewTabUITest, HomePageLink) {
TEST_F(NewTabUITest, FLAKY_HomePageLink) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get()); ASSERT_TRUE(browser.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