diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 15:02:43 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 15:02:43 +0000 |
commit | 6ec2be2818899e442ff23571930ebb9afb6cf699 (patch) | |
tree | b549c2634bfc8df9f9a6f404d8f5b2ab34fd1c60 /chrome/browser/download | |
parent | ab32b16c9acd73a2f2d2a92f1e8e5083b51b3953 (diff) | |
download | chromium_src-6ec2be2818899e442ff23571930ebb9afb6cf699.zip chromium_src-6ec2be2818899e442ff23571930ebb9afb6cf699.tar.gz chromium_src-6ec2be2818899e442ff23571930ebb9afb6cf699.tar.bz2 |
Test has failed a few times in the current waterfall display. The bug that enabled it is still open, so tagging it to that bug and just marking as flaky.
TEST=none
BUG=20809
Review URL: http://codereview.chromium.org/276060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download')
-rw-r--r-- | chrome/browser/download/download_uitest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc index c994baf..82845c1 100644 --- a/chrome/browser/download/download_uitest.cc +++ b/chrome/browser/download/download_uitest.cc @@ -225,7 +225,8 @@ TEST_F(DownloadTest, NoDownload) { // Download a 0-size file with a content-disposition header, verify that the // download tab opened and the file exists as the filename specified in the // header. This also ensures we properly handle empty file downloads. -TEST_F(DownloadTest, ContentDisposition) { +// See bug http://crbug.com/20809 +TEST_F(DownloadTest, FLAKY_ContentDisposition) { FilePath file(FILE_PATH_LITERAL("download-test3.gif")); FilePath download_file(FILE_PATH_LITERAL("download-test3-attachment.gif")); |