| Index: chrome/browser/spellchecker/spelling_service_client_unittest.cc
|
| diff --git a/chrome/browser/spellchecker/spelling_service_client_unittest.cc b/chrome/browser/spellchecker/spelling_service_client_unittest.cc
|
| index a40d4573d56e63ee357ec44bf6b616e17d71ae1d..6cdeaaf61af228767998f50863e6b9878d55e71a 100644
|
| --- a/chrome/browser/spellchecker/spelling_service_client_unittest.cc
|
| +++ b/chrome/browser/spellchecker/spelling_service_client_unittest.cc
|
| @@ -211,7 +211,7 @@ class SpellingServiceClientTest : public testing::Test {
|
| // misspelled words with ones suggested by the service so this test can compare
|
| // the corrected text with the expected results. (If there are not any
|
| // misspelled words, |corrected_text| should be equal to |request_text|.)
|
| -TEST_F(SpellingServiceClientTest, RequestTextCheck) {
|
| +TEST_F(SpellingServiceClientTest, DISABLED_RequestTextCheck) {
|
| static const struct {
|
| const char* request_text;
|
| SpellingServiceClient::ServiceType request_type;
|
| @@ -318,7 +318,7 @@ TEST_F(SpellingServiceClientTest, RequestTextCheck) {
|
|
|
| // Verify that SpellingServiceClient::IsAvailable() returns true only when it
|
| // can send suggest requests or spellcheck requests.
|
| -TEST_F(SpellingServiceClientTest, AvailableServices) {
|
| +TEST_F(SpellingServiceClientTest, DISABLED_AvailableServices) {
|
| const SpellingServiceClient::ServiceType kSuggest =
|
| SpellingServiceClient::SUGGEST;
|
| const SpellingServiceClient::ServiceType kSpellcheck =
|
|
|