| Index: chrome/browser/history/top_sites_unittest.cc
|
| diff --git a/chrome/browser/history/top_sites_unittest.cc b/chrome/browser/history/top_sites_unittest.cc
|
| index bb5aebab9f258728290475f75e4f3e57d6dc778f..a6b7e7b7300ff604ba7265cde05a8fd48f61a11d 100644
|
| --- a/chrome/browser/history/top_sites_unittest.cc
|
| +++ b/chrome/browser/history/top_sites_unittest.cc
|
| @@ -705,7 +705,9 @@ TEST_F(TopSitesTest, RealDatabase) {
|
| EXPECT_TRUE(high_score.Equals(out_2.thumbnail_score));
|
| }
|
|
|
| -TEST_F(TopSitesTest, DeleteNotifications) {
|
| +// This test has been crashing unit_tests on Mac 10.6.
|
| +// See http://crbug.com/49799
|
| +TEST_F(TopSitesTest, DISABLED_DeleteNotifications) {
|
| ChromeThread db_loop(ChromeThread::DB, MessageLoop::current());
|
| GURL google1_url("http://google.com");
|
| GURL google2_url("http://google.com/redirect");
|
|
|