Index: chrome/renderer/autofill/password_autofill_agent_browsertest.cc |
diff --git a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc |
index 2168e4b08bfb2069bd0cd1e67c32383354a67d1c..c4171e357a7f41182a3af7c91d517cd379287c16 100644 |
--- a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc |
+++ b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc |
@@ -1442,6 +1442,9 @@ TEST_F(PasswordAutofillAgentTest, SendsLoggingStateUpdatePingOnConstruction) { |
EXPECT_TRUE(message); |
} |
+// TODO(gcasto): Re-enabled these tests after crbug.com/423464 has been fixed. |
+#if !defined(OS_ANDROID) |
+ |
// Tests that one user click on a username field is sufficient to bring up a |
// credential suggestion popup, and the user can autocomplete the password by |
// selecting the credential from the popup. |
@@ -1503,6 +1506,8 @@ TEST_F(PasswordAutofillAgentTest, CredentialsOnClick) { |
ExpectAllCredentials(); |
} |
+#endif // !defined(OS_ANDROID) |
+ |
// The user types in a password, but then just before sending the form off, a |
// script clears that password. This test checks that PasswordAutofillAgent can |
// still remember the password typed by the user. |