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

Unified Diff: chrome/browser/spellchecker/spellcheck_service_browsertest.cc

Issue 2803983003: [Spellcheck] Disable SpellcheckServiceBrowserTest.StartWithoutLanguages (Closed)
Patch Set: Created 3 years, 8 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/spellchecker/spellcheck_service_browsertest.cc
diff --git a/chrome/browser/spellchecker/spellcheck_service_browsertest.cc b/chrome/browser/spellchecker/spellcheck_service_browsertest.cc
index e1733d12bec91e26be0cefff5e828f38adcfb112..ca047baed3e606cb67cb6387f320f2352fecc506 100644
--- a/chrome/browser/spellchecker/spellcheck_service_browsertest.cc
+++ b/chrome/browser/spellchecker/spellcheck_service_browsertest.cc
@@ -236,17 +236,12 @@ IN_PROC_BROWSER_TEST_F(SpellcheckServiceBrowserTest,
EXPECT_FALSE(GetFirstEnableSpellcheckMessageParam());
}
-// Flaky on Windows, see https://crbug.com/611029.
-#if defined(OS_WIN)
-#define MAYBE_StartWithoutLanguages DISABLED_StartWithoutLanguages
-#else
-#define MAYBE_StartWithoutLanguages StartWithoutLanguages
-#endif
// Starting without spellcheck languages should send the 'disable spellcheck'
// message to the renderer. Consequently adding spellchecking languages should
// enable spellcheck.
+// Flaky, see https://crbug.com/600153
IN_PROC_BROWSER_TEST_F(SpellcheckServiceBrowserTest,
- MAYBE_StartWithoutLanguages) {
+ DISABLED_StartWithoutLanguages) {
InitSpellcheck(true, "", "");
EXPECT_FALSE(GetFirstEnableSpellcheckMessageParam());
« 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