Commit 4c7ef2d6 authored by Vadym Doroshenko's avatar Vadym Doroshenko Committed by Commit Bot

Disable Flaky test CrSettingsPasswordsSectionTest

TBR=jdoerrie@chromium.org

Bug: 1063723
Change-Id: I1530fa10368b964dcb5c8cbd121521499b10e763
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115411Reviewed-by: default avatarVadym Doroshenko <dvadym@chromium.org>
Commit-Queue: Vadym Doroshenko <dvadym@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752416}
parent f5754614
...@@ -370,7 +370,8 @@ CrSettingsPasswordsSectionTest.prototype = { ...@@ -370,7 +370,8 @@ CrSettingsPasswordsSectionTest.prototype = {
]), ]),
}; };
TEST_F('CrSettingsPasswordsSectionTest', 'All', function() { // TODO(crbug.com/1063723): Fix it.
TEST_F('CrSettingsPasswordsSectionTest', 'DISABLED_All', function() {
mocha.run(); mocha.run();
}); });
......
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