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

Unified Diff: chrome/browser/ui/webui/options/password_manager_browsertest.js

Issue 1012073002: Disable PasswordManagerWebUITest.testOpenPasswordManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/ui/webui/options/password_manager_browsertest.js
diff --git a/chrome/browser/ui/webui/options/password_manager_browsertest.js b/chrome/browser/ui/webui/options/password_manager_browsertest.js
index 35d99eeb0c980c8531bc2fab1198c03cd6b43e4c..e94a72b946e41d8a48ef4e09236b168293be51a1 100644
--- a/chrome/browser/ui/webui/options/password_manager_browsertest.js
+++ b/chrome/browser/ui/webui/options/password_manager_browsertest.js
@@ -19,7 +19,8 @@ PasswordManagerWebUITest.prototype = {
};
// Test opening the password manager has correct location.
-TEST_F('PasswordManagerWebUITest', 'testOpenPasswordManager',
+// Fails on Linux and Windows. http://crbug.com/467916
+TEST_F('PasswordManagerWebUITest', 'DISABLED_testOpenPasswordManager',
function() {
assertEquals(this.browsePreload, document.location.href);
});
« 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