From f00a2bf04b568ec4523b481ef693454c8605cf79 Mon Sep 17 00:00:00 2001 From: "sidchat@google.com" Date: Wed, 17 Sep 2008 20:31:41 +0000 Subject: Disable Add to dictionary unit tests temporarily. It is flaky. Review URL: http://codereview.chromium.org/3116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2327 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/spellcheck_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/renderer/spellcheck_unittest.cc b/chrome/renderer/spellcheck_unittest.cc index 4055d7c..948368c 100644 --- a/chrome/renderer/spellcheck_unittest.cc +++ b/chrome/renderer/spellcheck_unittest.cc @@ -341,7 +341,7 @@ TEST_F(SpellCheckTest, SpellCheckSuggestions_EN_US) { } // This test Adds words to the SpellChecker and veifies that it remembers them. -TEST_F(SpellCheckTest, SpellCheckAddToDictionary_EN_US) { +TEST_F(SpellCheckTest, DISABLED_SpellCheckAddToDictionary_EN_US) { static const struct { // A string to be added to SpellChecker. const wchar_t* word_to_add; @@ -409,7 +409,7 @@ TEST_F(SpellCheckTest, SpellCheckAddToDictionary_EN_US) { } // SpellChecker should suggest custome words for misspelled words. -TEST_F(SpellCheckTest, SpellCheckSuggestionsAddToDictionary_EN_US) { +TEST_F(SpellCheckTest, DISABLED_SpellCheckSuggestionsAddToDictionary_EN_US) { static const struct { // A string to be added to SpellChecker. const wchar_t* word_to_add; -- cgit v1.1