Index: chrome/browser/chromeos/login/parallel_authenticator_unittest.cc |
diff --git a/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc b/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc |
index ae8db1f29b108c375bd1afb043ba6312276ef214..2b53764d464b9ed2a387f6100b4382cc346f3652 100644 |
--- a/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc |
+++ b/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc |
@@ -690,7 +690,7 @@ TEST_F(ParallelAuthenticatorTest, DriveOnlineLogin) { |
RunResolve(auth_.get(), &message_loop_); |
} |
-TEST_F(ParallelAuthenticatorTest, DriveNeedNewPassword) { |
+TEST_F(ParallelAuthenticatorTest, FLAKY_DriveNeedNewPassword) { |
FailOnLoginSuccess(); // Set failing on success as the default... |
// ...but expect ONE successful login first. |
ExpectLoginSuccess(username_, password_, result_, true); |