diff options
-rw-r--r-- | chrome/renderer/spellcheck_unittest.cc | 4 |
1 files 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; |