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

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

Issue 2032893004: Disable LanguageOptionsDictionaryDownloadWebUITest.testdictionaryDownloadRetry on Windows. (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 297335f1eb14d9469b067ed3eb69af0f263e50e9..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
@@ -110,8 +110,15 @@ 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)');
+GEN('#define MAYBE_testdictionaryDownloadRetry ' +
+ 'DISABLED_testdictionaryDownloadRetry');
+GEN('#else');
+GEN('#define MAYBE_testdictionaryDownloadRetry testdictionaryDownloadRetry');
+GEN('#endif // defined(OS_WIN)');
TEST_F('LanguagesOptionsDictionaryDownloadWebUITest',
- 'testdictionaryDownloadRetry',
+ 'MAYBE_testdictionaryDownloadRetry',
function() {
this.mockHandler.expects(once()).retryDictionaryDownload('en-US').
will(callFunction(function() {
« 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