Skip to content
Snippets Groups Projects
Commit 49abd659 authored by viettrungluu@chromium.org's avatar viettrungluu@chromium.org
Browse files

Mark URLRequestTestFTP.FTPCheckWrongPassword and .FTPCheckWrongUser as flaky.

TBR=phajdan.jr@chromium.org
BUG=25045
TEST=greener net_unittests

Review URL: http://codereview.chromium.org/3067033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55033 0039d316-1c4b-4281-b951-d872f2087c98
parent a47316e3
No related merge requests found
......@@ -2311,7 +2311,8 @@ TEST_F(URLRequestTestFTP, FLAKY_FTPGetTest) {
}
}
TEST_F(URLRequestTestFTP, FTPCheckWrongPassword) {
// Flaky, see http://crbug.com/25045.
TEST_F(URLRequestTestFTP, FLAKY_FTPCheckWrongPassword) {
ASSERT_TRUE(NULL != server_.get());
FilePath app_path;
PathService::Get(base::DIR_SOURCE_ROOT, &app_path);
......@@ -2364,7 +2365,8 @@ TEST_F(URLRequestTestFTP, FLAKY_FTPCheckWrongPasswordRestart) {
}
}
TEST_F(URLRequestTestFTP, FTPCheckWrongUser) {
// Flaky, see http://crbug.com/25045.
TEST_F(URLRequestTestFTP, FLAKY_FTPCheckWrongUser) {
ASSERT_TRUE(NULL != server_.get());
FilePath app_path;
PathService::Get(base::DIR_SOURCE_ROOT, &app_path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment