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

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

Issue 2029253002: Disable flaky LanguagesOptionsDictionaryDownloadWebUITest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698