Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: chrome/browser/ui/webui/options/language_options_dictionary_download_browsertest.js

Issue 2434473004: Disable many tests with flaky accessibility audits. (Closed)
Patch Set: Disable a bunch of flaky tests Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/language_options_dictionary_download_browsertest.js
diff --git a/chrome/browser/ui/webui/options/language_options_dictionary_download_browsertest.js b/chrome/browser/ui/webui/options/language_options_dictionary_download_browsertest.js
index 174b32365a47ccb98e400e9a01f11b7a68fb3ab7..becca76e240422816cde0b0dddcd0b1451b429fd 100644
--- a/chrome/browser/ui/webui/options/language_options_dictionary_download_browsertest.js
+++ b/chrome/browser/ui/webui/options/language_options_dictionary_download_browsertest.js
@@ -111,7 +111,8 @@ TEST_F('LanguagesOptionsDictionaryDownloadWebUITest',
// Verify that clicking the retry button calls the handler.
// This test is flaky on Windows. https://crbug.com/616791
-GEN('#if defined(OS_WIN)');
+// TODO(crbug.com/657514) Flakes on linux and chromeos too.
+GEN('#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)');
GEN('#define MAYBE_testdictionaryDownloadRetry ' +
'DISABLED_testdictionaryDownloadRetry');
GEN('#else');

Powered by Google App Engine
This is Rietveld 408576698