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 3d39a55cb7a8dbb87ac0a83dbe1dea8126f02363..50da26e57c7d704b7759d029db794943ee408354 100644 |
--- a/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc |
+++ b/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc |
@@ -241,7 +241,7 @@ IN_PROC_BROWSER_TEST_F(ExistingUserControllerTest, PRE_ExistingUserLogin) { |
RegisterUser(account_id_.GetUserEmail()); |
} |
-IN_PROC_BROWSER_TEST_F(ExistingUserControllerTest, ExistingUserLogin) { |
+IN_PROC_BROWSER_TEST_F(ExistingUserControllerTest, DISABLED_ExistingUserLogin) { |
EXPECT_CALL(*mock_login_display_, SetUIEnabled(false)) |
.Times(2); |
UserContext user_context(account_id_); |