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

Unified Diff: net/url_request/url_request_unittest.cc

Issue 17026: Disable FTP tests that are hanging on the bot. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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: net/url_request/url_request_unittest.cc
===================================================================
--- net/url_request/url_request_unittest.cc (revision 7508)
+++ net/url_request/url_request_unittest.cc (working copy)
@@ -927,7 +927,9 @@
EXPECT_EQ(req.method(), "POST");
}
-#if !defined(OS_WIN)
+// TODO(ibrar) It appears that these tests are hanging or not shutting down
+// correctly. Disable them for now.
+#if 0 // !defined(OS_WIN)
#define MAYBE_FTPGetTestAnonymous DISABLED_FTPGetTestAnonymous
#define MAYBE_FTPCheckWrongPassword DISABLED_FTPCheckWrongPassword
#define MAYBE_FTPCheckWrongUser DISABLED_FTPCheckWrongUser
« 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