Chromium Code Reviews| Index: chrome/browser/ui/browser_list_unittest.cc |
| =================================================================== |
| --- chrome/browser/ui/browser_list_unittest.cc (revision 105366) |
| +++ chrome/browser/ui/browser_list_unittest.cc (working copy) |
| @@ -158,6 +158,8 @@ |
| browser3->CloseAllTabs(); |
| } |
| +#if 0 |
| +// TODO(thestig) Fix or remove this test. http://crbug.com/XXXXX |
|
vandebo (ex-Chrome)
2011/10/14 07:14:05
At least file the bug, if you don't resolve the co
Lei Zhang
2011/10/14 20:31:27
Done.
|
| TEST_F(BrowserListTest, TabContentsIteratorBackgroundPrinting) { |
| // Make sure we have 1 window to start with. |
| EXPECT_EQ(1U, BrowserList::size()); |
| @@ -238,3 +240,4 @@ |
| EXPECT_EQ(0U, CountAllTabs()); |
| } |
| +#endif |