| 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
|
|
|