summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-02 17:53:05 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-02 17:53:05 +0000
commit03d2b95152310befe684354e27b84452c4b84603 (patch)
tree9b171953707d259d2291649d06209b4858efad99 /chrome/browser/download
parentb2ae6120d0479404953000ec037a245802890872 (diff)
downloadchromium_src-03d2b95152310befe684354e27b84452c4b84603.zip
chromium_src-03d2b95152310befe684354e27b84452c4b84603.tar.gz
chromium_src-03d2b95152310befe684354e27b84452c4b84603.tar.bz2
Disable flakey DownloadTest::ContentDisposition
TBR=paul TEST=none BUG=20888 Review URL: http://codereview.chromium.org/188011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25190 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download')
-rw-r--r--chrome/browser/download/download_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc
index 5ecfde3..39fb8b4 100644
--- a/chrome/browser/download/download_uitest.cc
+++ b/chrome/browser/download/download_uitest.cc
@@ -203,7 +203,7 @@ 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) {
+TEST_F(DownloadTest, DISABLED_ContentDisposition) {
FilePath file(FILE_PATH_LITERAL("download-test3.gif"));
FilePath download_file(FILE_PATH_LITERAL("download-test3-attachment.gif"));