diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 00:47:48 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 00:47:48 +0000 |
commit | ed7ccca742cd4b87f8aac33f35d6a309e6de7111 (patch) | |
tree | 3e2af6cf65e5beab2bdf844eadb47a0b434843cd | |
parent | e56209e546599d296803e9c507c0fbb70cbcc0bd (diff) | |
download | chromium_src-ed7ccca742cd4b87f8aac33f35d6a309e6de7111.zip chromium_src-ed7ccca742cd4b87f8aac33f35d6a309e6de7111.tar.gz chromium_src-ed7ccca742cd4b87f8aac33f35d6a309e6de7111.tar.bz2 |
Mark tests FLAKY: HomePageLink and NTPHasThumbnails
BUG=49389
Review URL: http://codereview.chromium.org/2854050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52788 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/dom_ui/new_tab_ui_uitest.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui_uitest.cc b/chrome/browser/dom_ui/new_tab_ui_uitest.cc index 39f41e2..863d981 100644 --- a/chrome/browser/dom_ui/new_tab_ui_uitest.cc +++ b/chrome/browser/dom_ui/new_tab_ui_uitest.cc @@ -30,7 +30,8 @@ class NewTabUITest : public UITest { } }; -TEST_F(NewTabUITest, NTPHasThumbnails) { +// Failing about 90% on XP. http://crbug.com/49389 +TEST_F(NewTabUITest, FLAKY_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)); @@ -98,7 +99,8 @@ TEST_F(NewTabUITest, UpdateUserPrefsVersion) { ASSERT_FALSE(migrated); } -TEST_F(NewTabUITest, HomePageLink) { +// Failing about 90% on XP. http://crbug.com/49389 +TEST_F(NewTabUITest, FLAKY_HomePageLink) { scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); ASSERT_TRUE(browser.get()); |