summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download')
-rw-r--r--chrome/browser/download/download_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc
index e15733b..d8a0554 100644
--- a/chrome/browser/download/download_uitest.cc
+++ b/chrome/browser/download/download_uitest.cc
@@ -228,7 +228,8 @@ TEST_F(DownloadTest, ContentDisposition) {
// The test will first attempt to download a file; but the server will "pause"
// in the middle until the server receives a second request for
// "download-finish. At that time, the download will finish.
-TEST_F(DownloadTest, UnknownSize) {
+// TODO(paul): Reenable, http://code.google.com/p/chromium/issues/detail?id=7191
+TEST_F(DownloadTest, DISABLED_UnknownSize) {
std::wstring url(URLRequestSlowDownloadJob::kUnknownSizeUrl);
std::wstring filename = file_util::GetFilenameFromPath(url);
RunSizeTest(url, L"32.0 KB - " + filename, L"100% - " + filename);