| Index: chrome/browser/download/download_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/download/download_browsertest.cc (revision 86248)
|
| +++ chrome/browser/download/download_browsertest.cc (working copy)
|
| @@ -1321,8 +1321,10 @@
|
| // a chrome:// page that has registered and onunload handler, the browser
|
| // will be able to close.
|
| // After several correct executions, this test starts failing on the build
|
| -// bots and then continues to fail consistently. http://crbug.com/82278
|
| -IN_PROC_BROWSER_TEST_F(DownloadTest, FAILS_BrowserCloseAfterDownload) {
|
| +// bots and then continues to fail consistently.
|
| +// As of 2011/05/22, it's crashing, so it is getting disabled.
|
| +// http://crbug.com/82278
|
| +IN_PROC_BROWSER_TEST_F(DownloadTest, DISABLED_BrowserCloseAfterDownload) {
|
| GURL downloads_url(chrome::kAboutFlagsURL);
|
| FilePath file(FILE_PATH_LITERAL("download-test1.lib"));
|
| GURL download_url(URLRequestMockHTTPJob::GetMockUrl(file));
|
|
|