diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 16:08:23 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 16:08:23 +0000 |
commit | d96957506565736c17d14765b903ca7d76e4bf51 (patch) | |
tree | 19387fcc40d4b27cd2ac01b5df99fc913a51b5f8 /chrome/browser/download | |
parent | 4bcefee86bc83dd026dbc49477cba7c914c4e881 (diff) | |
download | chromium_src-d96957506565736c17d14765b903ca7d76e4bf51.zip chromium_src-d96957506565736c17d14765b903ca7d76e4bf51.tar.gz chromium_src-d96957506565736c17d14765b903ca7d76e4bf51.tar.bz2 |
Disable DownloadTest.UnknownSize because it is flaky.
BUG=7191
Review URL: http://codereview.chromium.org/19665
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8879 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 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); |