Commit 92bf225e authored by rogerm's avatar rogerm Committed by Commit bot

Disable SettingsLanguagesPageBrowserTest.LanguagesPage

Flakiness has expanded from just Windows and memory bots to Mac and
Linux as well.

Broadly disabling the test.

BUG=641400
TBR=michaelpg@chromium.org

Review-Url: https://codereview.chromium.org/2828063002
Cr-Commit-Position: refs/heads/master@{#465721}
parent 5c05d714
...@@ -31,15 +31,14 @@ SettingsLanguagesPageBrowserTest.prototype = { ...@@ -31,15 +31,14 @@ SettingsLanguagesPageBrowserTest.prototype = {
}, },
}; };
// Flaky on Windows. See https://crbug.com/641400. // Flaky on Windows, Mac and Linux. See https://crbug.com/641400.
// May time out on debug builders and memory bots because //
// the Settings page can take several seconds to load in a Release build // May time out on debug builders and memory bots because the Settings page can
// and several times that in a Debug build. See https://crbug.com/558434. // take several seconds to load in a Release build and several times that in a
GEN('#if defined(OS_WINDOWS) || defined(MEMORY_SANITIZER) || !defined(NDEBUG)'); // Debug build. See https://crbug.com/558434.
//
// Disabling this test in general.
GEN('#define MAYBE_LanguagesPage DISABLED_LanguagesPage'); GEN('#define MAYBE_LanguagesPage DISABLED_LanguagesPage');
GEN('#else');
GEN('#define MAYBE_LanguagesPage LanguagesPage');
GEN('#endif');
// Runs languages page tests. // Runs languages page tests.
TEST_F('SettingsLanguagesPageBrowserTest', 'MAYBE_LanguagesPage', function() { TEST_F('SettingsLanguagesPageBrowserTest', 'MAYBE_LanguagesPage', function() {
......
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