Commit e2b47be8 authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS Settings] Disable flaky PersonalizationPage test

Bug: 1094896
Change-Id: Ic8e08cca22aa18b607a2aaac0e60974e6913fab2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246235
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Commit-Queue: dpapad <dpapad@chromium.org>
Reviewed-by: default avatardpapad <dpapad@chromium.org>
Auto-Submit: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778416}
parent 802dc8ce
...@@ -1175,7 +1175,9 @@ var OSSettingsPersonalizationPageTest = class extends OSSettingsBrowserTest { ...@@ -1175,7 +1175,9 @@ var OSSettingsPersonalizationPageTest = class extends OSSettingsBrowserTest {
} }
}; };
TEST_F('OSSettingsPersonalizationPageTest', 'AllJsTests', () => {
// TODO(https://crbug.com/1094896): Re-enable once we fix the cause for flakes.
TEST_F('OSSettingsPersonalizationPageTest', 'DISABLED_AllJsTests', () => {
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