| 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');
|
|
|