Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2628)

Unified Diff: chrome/browser/download/download_uitest.cc

Issue 19665: Disable DownloadTest.UnknownSize because it is flaky. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_uitest.cc
===================================================================
--- chrome/browser/download/download_uitest.cc (revision 8877)
+++ chrome/browser/download/download_uitest.cc (working copy)
@@ -228,7 +228,8 @@
// 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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698