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

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

Issue 2409183002: Disableds flaky ChromeOS test ExistingUserControllerPublicSessionTest.LoginStopsAutoLogin. (Closed)
Patch Set: Created 4 years, 2 months 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/existing_user_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc b/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
index 3432f9d7ab7874343325e343b25d124920f17b42..98541a2170c32ffc72b453d4f6e2a7026fee106d 100644
--- a/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
@@ -593,8 +593,9 @@ IN_PROC_BROWSER_TEST_F(ExistingUserControllerPublicSessionTest,
content::RunAllPendingInMessageLoop();
}
+// See http://crbug.com/654719
IN_PROC_BROWSER_TEST_F(ExistingUserControllerPublicSessionTest,
- LoginStopsAutoLogin) {
+ DISABLED_LoginStopsAutoLogin) {
// Set up mocks to check login success.
UserContext user_context(account_id_);
user_context.SetKey(Key(kPassword));
« 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