Commit 7e980286 authored by csharp's avatar csharp Committed by Commit bot

Disable PasswordManagerWebUITest.testOpenPasswordManager

TBR=dbeam@chromium.org
BUG=467916

Review URL: https://codereview.chromium.org/1012073002

Cr-Commit-Position: refs/heads/master@{#320917}
parent 4596599a
...@@ -19,7 +19,8 @@ PasswordManagerWebUITest.prototype = { ...@@ -19,7 +19,8 @@ PasswordManagerWebUITest.prototype = {
}; };
// Test opening the password manager has correct location. // 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() { function() {
assertEquals(this.browsePreload, document.location.href); assertEquals(this.browsePreload, document.location.href);
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment