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

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

Issue 2825034: Mark NewTabUITest.ChromeInternalLoadsNTP flaky on all platforms. (Closed)
Patch Set: update comment Created 10 years, 6 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 245d188a9f07c68d02423379f4b64a2bc4dade3e..f2e96df2ea7a87751bcbf4928b40b54fed98f70b 100644
--- a/chrome/browser/dom_ui/new_tab_ui_uitest.cc
+++ b/chrome/browser/dom_ui/new_tab_ui_uitest.cc
@@ -52,11 +52,8 @@ TEST_F(NewTabUITest, NTPHasThumbnails) {
action_max_timeout_ms()));
}
-// Fails about 5% of the time on XP. http://crbug.com/45001
-#if defined(OS_WIN)
-#define ChromeInternalLoadsNTP FLAKY_ChromeInternalLoadsNTP
-#endif
-TEST_F(NewTabUITest, ChromeInternalLoadsNTP) {
+// Fails about ~5% of the time on all platforms. http://crbug.com/45001
+TEST_F(NewTabUITest, FLAKY_ChromeInternalLoadsNTP) {
scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
ASSERT_TRUE(window.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