Skip to content
Snippets Groups Projects
Commit 5da56851 authored by pkasting@chromium.org's avatar pkasting@chromium.org
Browse files

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
parent 1057221b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment