diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-17 20:31:41 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-17 20:31:41 +0000 |
commit | f00a2bf04b568ec4523b481ef693454c8605cf79 (patch) | |
tree | 778026dcb6a3fdf68f0caf2577cd4a90e429c2a1 | |
parent | f12b0d4456dbf46e7a3f84d00a1928cab46c31c1 (diff) | |
download | chromium_src-f00a2bf04b568ec4523b481ef693454c8605cf79.zip chromium_src-f00a2bf04b568ec4523b481ef693454c8605cf79.tar.gz chromium_src-f00a2bf04b568ec4523b481ef693454c8605cf79.tar.bz2 |
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
-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; |