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

Unified Diff: chrome/browser/password_manager/password_manager_browsertest.cc

Issue 809813002: Temporarily disable the flaky PasswordManagerBrowserTest.ReCreatedFormsGetFilled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/password_manager/password_manager_browsertest.cc
diff --git a/chrome/browser/password_manager/password_manager_browsertest.cc b/chrome/browser/password_manager/password_manager_browsertest.cc
index 67f32a1e4730e49f470f00a85e401c7325cd1038..b44b072f064be595e2bcbbc39b137e737d0c7ac1 100644
--- a/chrome/browser/password_manager/password_manager_browsertest.cc
+++ b/chrome/browser/password_manager/password_manager_browsertest.cc
@@ -1318,7 +1318,9 @@ IN_PROC_BROWSER_TEST_F(PasswordManagerBrowserTest,
// Test that if a form gets autofilled, then it gets autofilled on re-creation
// as well.
-IN_PROC_BROWSER_TEST_F(PasswordManagerBrowserTest, ReCreatedFormsGetFilled) {
+// TODO(vabr): This is flaky everywhere. http://crbug.com/442704
+IN_PROC_BROWSER_TEST_F(PasswordManagerBrowserTest,
+ DISABLED_ReCreatedFormsGetFilled) {
NavigateToFile("/password/dynamic_password_form.html");
// Fill in the credentials, and make sure they are saved.
« 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