From 5da568510aec003857ae4223546e5bd5cd332e97 Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Tue, 28 Sep 2010 00:14:20 +0000 Subject: Temporarily disable a test that's failing a CHECK so the suite will keep running. BUG=56967 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60733 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/bookmarks/bookmark_html_writer_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/bookmarks') diff --git a/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc b/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc index 4a365e8..8db2a18 100644 --- a/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc +++ b/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc @@ -141,7 +141,7 @@ class BookmarksObserver : public BookmarksExportObserver { // Tests bookmark_html_writer by populating a BookmarkModel, writing it out by // way of bookmark_html_writer, then using the importer to read it back in. -TEST_F(BookmarkHTMLWriterTest, Test) { +TEST_F(BookmarkHTMLWriterTest, DISABLED_Test) { MessageLoop message_loop; ChromeThread fake_ui_thread(ChromeThread::UI, &message_loop); ChromeThread fake_file_thread(ChromeThread::FILE, &message_loop); -- cgit v1.1