summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-29 00:20:53 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-29 00:20:53 +0000
commitaac2c87d5100f23b869435387d55938e70ae8d34 (patch)
tree9067992c0f345ce9f82a420dd65959cc9f454337 /chrome/browser/dom_ui
parent7b95a7dc8bb02a92c2dc3b1c49724ff6c1cb5e05 (diff)
downloadchromium_src-aac2c87d5100f23b869435387d55938e70ae8d34.zip
chromium_src-aac2c87d5100f23b869435387d55938e70ae8d34.tar.gz
chromium_src-aac2c87d5100f23b869435387d55938e70ae8d34.tar.bz2
Temporarily disable crashing UI test.
TBR=darin@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui')
-rw-r--r--chrome/browser/dom_ui/new_tab_ui_uitest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui_uitest.cc b/chrome/browser/dom_ui/new_tab_ui_uitest.cc
index 46996d1..c388919 100644
--- a/chrome/browser/dom_ui/new_tab_ui_uitest.cc
+++ b/chrome/browser/dom_ui/new_tab_ui_uitest.cc
@@ -27,6 +27,8 @@ class NewTabUITest : public UITest {
}
};
+// TODO(aa): http://crbug.com/33451
+#if !defined(OS_MACOSX)
TEST_F(NewTabUITest, NTPHasThumbnails) {
// Switch to the "new tab" tab, which should be any new tab after the
// first (the first is about:blank).
@@ -62,6 +64,7 @@ TEST_F(NewTabUITest, NTPHasThumbnails) {
}
EXPECT_EQ(0, filler_thumbnails_count);
}
+#endif
TEST_F(NewTabUITest, ChromeInternalLoadsNTP) {
scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0));