diff options
-rw-r--r-- | chrome/browser/dom_ui/new_tab_ui_uitest.cc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui_uitest.cc b/chrome/browser/dom_ui/new_tab_ui_uitest.cc index 245d188..f2e96df 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()); |