Commit 3d874ec0 authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Disable CrSettingsResetPageTest.All on Linux/Chrome OS due to flake.

Remove from SingleProcessMash filter file since it doesn't seem related
to Mash.

Bug: 873884
Change-Id: I70dacb5b97fc650046b3d9f87eab8694dd6b0015
Reviewed-on: https://chromium-review.googlesource.com/c/1323900Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606151}
parent 8d856e11
......@@ -587,7 +587,14 @@ CrSettingsResetPageTest.prototype = {
]),
};
TEST_F('CrSettingsResetPageTest', 'All', function() {
// Disabling on Linux (desktop and Chrome OS) due to flakiness.
// https://crbug.com/873884
GEN('#if defined(OS_LINUX)');
GEN('#define MAYBE_ResetPageAll DISABLED_All');
GEN('#else');
GEN('#define MAYBE_ResetPageAll All');
GEN('#endif');
TEST_F('CrSettingsResetPageTest', 'MAYBE_ResetPageAll', function() {
mocha.run();
});
......
......@@ -33,9 +33,6 @@
-ChromeSessionManagerTest.LoginExistingUsers
-ChromeSessionManagerTest.PRE_LoginExistingUsers
# Flaky (regardless of Mash). https://crbug.com/873884
-CrSettingsResetPageTest.All
# Failing on ASAN bot. crbug.com/882631
-ExtensionWebRequestApiTest.WebRequestTypes
......
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