Commit 12b062b8 authored by thestig@chromium.org's avatar thestig@chromium.org

Disable crashing DownloadTest.BrowserCloseAfterDownload test.

BUG=82278
TEST=disabled
TBR=bauerb
Review URL: http://codereview.chromium.org/7051030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86259 0039d316-1c4b-4281-b951-d872f2087c98
parent 6cccb7b3
......@@ -1321,8 +1321,10 @@ IN_PROC_BROWSER_TEST_F(DownloadTest, ChromeURLAfterDownload) {
// 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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment