| Index: chrome/test/data/webui/settings/passwords_and_forms_browsertest.js
|
| diff --git a/chrome/test/data/webui/settings/passwords_and_forms_browsertest.js b/chrome/test/data/webui/settings/passwords_and_forms_browsertest.js
|
| index f8e224b98d58bca57e2b8cd2e7a555983f05610f..291b779752d7045cd8e30d131a60c064f9db2260 100644
|
| --- a/chrome/test/data/webui/settings/passwords_and_forms_browsertest.js
|
| +++ b/chrome/test/data/webui/settings/passwords_and_forms_browsertest.js
|
| @@ -329,8 +329,9 @@ PasswordsAndFormsBrowserTest.prototype = {
|
|
|
| /**
|
| * This test will validate that the section is loaded with data.
|
| + * TODO(dbeam/hcarmona): fix these tests.
|
| */
|
| -TEST_F('PasswordsAndFormsBrowserTest', 'uiTests', function() {
|
| +TEST_F('PasswordsAndFormsBrowserTest', 'DISABLED_uiTests', function() {
|
| var self = this;
|
|
|
| suite('PasswordsAndForms', function() {
|
|
|