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

Unified Diff: chrome/browser/chromeos/login/parallel_authenticator_unittest.cc

Issue 8815012: Flaky: ParallelAuthenticatorTest.DriveNeedNewPassword. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: 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);
« 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