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

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

Issue 2440973003: Revert of Disable many tests with flaky accessibility audits. (Closed)
Patch Set: 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 becca76e240422816cde0b0dddcd0b1451b429fd..174b32365a47ccb98e400e9a01f11b7a68fb3ab7 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,8 +111,7 @@
// Verify that clicking the retry button calls the handler.
// This test is flaky on Windows. https://crbug.com/616791
-// TODO(crbug.com/657514) Flakes on linux and chromeos too.
-GEN('#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)');
+GEN('#if defined(OS_WIN)');
GEN('#define MAYBE_testdictionaryDownloadRetry ' +
'DISABLED_testdictionaryDownloadRetry');
GEN('#else');

Powered by Google App Engine
This is Rietveld 408576698