Commit 09d934cc authored by Andy Paicu's avatar Andy Paicu Committed by Commit Bot

Disabled flaky cr tests

CrElementsLottieTest.All and CrSettingsPasswordsSectionTest_Cros.All

TBR=dpapad@chromium.org

Bug: 1021474b
Change-Id: I25d075b7fb3e99eab14e14bb443f658bf6fd2f27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899609
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Reviewed-by: default avatarAndy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712534}
parent c4ecb094
...@@ -678,7 +678,7 @@ CrElementsLottieTest.prototype = { ...@@ -678,7 +678,7 @@ CrElementsLottieTest.prototype = {
]), ]),
}; };
TEST_F('CrElementsLottieTest', 'All', function() { TEST_F('CrElementsLottieTest', 'DISABLED_All', function() {
mocha.run(); mocha.run();
}); });
GEN('#endif'); GEN('#endif');
...@@ -391,7 +391,8 @@ CrSettingsPasswordsSectionTest_Cros.prototype = { ...@@ -391,7 +391,8 @@ CrSettingsPasswordsSectionTest_Cros.prototype = {
]), ]),
}; };
TEST_F('CrSettingsPasswordsSectionTest_Cros', 'All', function() {
TEST_F('CrSettingsPasswordsSectionTest_Cros', 'DISABLED_All', function() {
mocha.run(); mocha.run();
}); });
GEN('#endif // defined(OS_CHROMEOS)'); GEN('#endif // defined(OS_CHROMEOS)');
......
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