| Index: chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc b/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| index 720c31d468c03d910b8fa04a7bd7c58cf9ad94a7..eb9eed2924d4a1a07a1e577c537bf7adb79b8cf5 100644
|
| --- a/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| @@ -98,7 +98,8 @@ class BookmarkHTMLWriterTest : public testing::Test {
|
|
|
| // 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) {
|
| +// Flaky, http://crbug.com/17592.
|
| +TEST_F(BookmarkHTMLWriterTest, FLAKY_Test) {
|
| // Populate the BookmarkModel. This creates the following bookmark structure:
|
| // Bookmarks bar
|
| // F1
|
|
|