| Index: chrome/browser/download/download_uitest.cc
|
| ===================================================================
|
| --- chrome/browser/download/download_uitest.cc (revision 30584)
|
| +++ chrome/browser/download/download_uitest.cc (working copy)
|
| @@ -248,7 +248,8 @@
|
| // Test that the download shelf is per-window by starting a download in one
|
| // tab, opening a second tab, closing the shelf, going back to the first tab,
|
| // and checking that the shelf is closed.
|
| -TEST_F(DownloadTest, PerWindowShelf) {
|
| +// See bug http://crbug.com/26325
|
| +TEST_F(DownloadTest, FLAKY_PerWindowShelf) {
|
| FilePath file(FILE_PATH_LITERAL("download-test3.gif"));
|
| FilePath download_file(FILE_PATH_LITERAL("download-test3-attachment.gif"));
|
|
|
|
|