summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 06:09:09 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 06:09:09 +0000
commit469e153e3012e27f1cad73a2510c5eaa8a85e271 (patch)
treeb66542ab155d6b1ac42af31eecc72ee54717b60a
parent3ae823083442061c26aa61c72385c3e085fe2fe6 (diff)
downloadchromium_src-469e153e3012e27f1cad73a2510c5eaa8a85e271.zip
chromium_src-469e153e3012e27f1cad73a2510c5eaa8a85e271.tar.gz
chromium_src-469e153e3012e27f1cad73a2510c5eaa8a85e271.tar.bz2
Disabling BookmarkEditorGtkTest::ModelsMatch_Test
http://crbug.com/15436 TBR=nsylvain Review URL: http://codereview.chromium.org/147195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19345 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/gtk/bookmark_editor_gtk_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/gtk/bookmark_editor_gtk_unittest.cc b/chrome/browser/gtk/bookmark_editor_gtk_unittest.cc
index ccbd033..d0e7bed 100644
--- a/chrome/browser/gtk/bookmark_editor_gtk_unittest.cc
+++ b/chrome/browser/gtk/bookmark_editor_gtk_unittest.cc
@@ -85,7 +85,8 @@ class BookmarkEditorGtkTest : public testing::Test {
};
// Makes sure the tree model matches that of the bookmark bar model.
-TEST_F(BookmarkEditorGtkTest, ModelsMatch) {
+// Disabled: See crbug.com/15436
+TEST_F(BookmarkEditorGtkTest, DISABLED_ModelsMatch) {
BookmarkEditorGtk editor(NULL, profile_.get(), NULL, NULL,
BookmarkEditor::SHOW_TREE, NULL);