Commit 2bf771c7 authored by Alexey Baskakov's avatar Alexey Baskakov Committed by Commit Bot

CrSettings: Disable CrSettingsLanguagesPageTest.AddLanguagesDialog test.

The test is flaky on multiple platforms.

Example:
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests/72784

TBR=dpapad@chromium.org

Bug: 891955
Change-Id: I76567527df8d9241754940f6b520d1c52a543931
Reviewed-on: https://chromium-review.googlesource.com/c/1260703Reviewed-by: default avatarAlexey Baskakov <loyso@chromium.org>
Commit-Queue: Alexey Baskakov <loyso@chromium.org>
Cr-Commit-Position: refs/heads/master@{#596496}
parent 8fbe05fb
......@@ -1606,9 +1606,12 @@ CrSettingsLanguagesPageTest.prototype = {
]),
};
TEST_F('CrSettingsLanguagesPageTest', 'AddLanguagesDialog', function() {
mocha.grep(assert(languages_page_tests.TestNames.AddLanguagesDialog)).run();
});
// Failing on multiple builders. crbug.com/891955.
TEST_F(
'CrSettingsLanguagesPageTest', 'DISABLED_AddLanguagesDialog', function() {
mocha.grep(assert(languages_page_tests.TestNames.AddLanguagesDialog))
.run();
});
TEST_F('CrSettingsLanguagesPageTest', 'LanguageMenu', function() {
mocha.grep(assert(languages_page_tests.TestNames.LanguageMenu)).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