Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7658)

Unified Diff: chrome/browser/dom_ui/new_tab_ui_uitest.cc

Issue 2856044: Revert "Mark tests FLAKY: HomePageLink and NTPHasThumbnails" (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/new_tab_ui_uitest.cc
diff --git a/chrome/browser/dom_ui/new_tab_ui_uitest.cc b/chrome/browser/dom_ui/new_tab_ui_uitest.cc
index 863d9810ad0992fc2fdd51704eebd79d045b42f2..39f41e274b363051090ed68c1101e7daef39db0c 100644
--- a/chrome/browser/dom_ui/new_tab_ui_uitest.cc
+++ b/chrome/browser/dom_ui/new_tab_ui_uitest.cc
@@ -30,8 +30,7 @@ class NewTabUITest : public UITest {
}
};
-// Failing about 90% on XP. http://crbug.com/49389
-TEST_F(NewTabUITest, FLAKY_NTPHasThumbnails) {
+TEST_F(NewTabUITest, NTPHasThumbnails) {
// Switch to the "new tab" tab, which should be any new tab after the
// first (the first is about:blank).
scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
@@ -99,8 +98,7 @@ TEST_F(NewTabUITest, UpdateUserPrefsVersion) {
ASSERT_FALSE(migrated);
}
-// Failing about 90% on XP. http://crbug.com/49389
-TEST_F(NewTabUITest, FLAKY_HomePageLink) {
+TEST_F(NewTabUITest, HomePageLink) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698