| 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 71b8fbf29fc23bc88a7413235a496014f19f1613..297335f1eb14d9469b067ed3eb69af0f263e50e9 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
|
| @@ -51,8 +51,9 @@ LanguagesOptionsDictionaryDownloadWebUITest.prototype = {
|
|
|
| // Verify that dictionary download success does not show, "This language can't
|
| // be used for spellchecking." or "Download failed."
|
| +// Disabled due to flakiness (crbug.com/616550).
|
| TEST_F('LanguagesOptionsDictionaryDownloadWebUITest',
|
| - 'testdictionaryDownloadSuccess',
|
| + 'DISABLED_testdictionaryDownloadSuccess',
|
| function() {
|
| options.LanguageOptions.onDictionaryDownloadSuccess('en-US');
|
| expectTrue($('spellcheck-language-message').hidden);
|
| @@ -64,8 +65,9 @@ TEST_F('LanguagesOptionsDictionaryDownloadWebUITest',
|
|
|
| // Verify that dictionary download in progress shows 'Downloading spell check
|
| // language' message.
|
| +// Disabled due to flakiness (crbug.com/616550).
|
| TEST_F('LanguagesOptionsDictionaryDownloadWebUITest',
|
| - 'testdictionaryDownloadProgress',
|
| + 'DISABLED_testdictionaryDownloadProgress',
|
| function() {
|
| options.LanguageOptions.onDictionaryDownloadBegin('en-US');
|
| expectTrue($('spellcheck-language-message').hidden);
|
|
|