Index: google_apis/gcm/gcm_client_impl_unittest.cc |
diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/google_apis/gcm/gcm_client_impl_unittest.cc |
index 867990374658eb518a3f502e33a020ccf1dd5fc8..bb9bbcf76cf41f80892e9a6cdb19d9f493d4ada8 100644 |
--- a/google_apis/gcm/gcm_client_impl_unittest.cc |
+++ b/google_apis/gcm/gcm_client_impl_unittest.cc |
@@ -414,7 +414,7 @@ TEST_F(GCMClientImplTest, RegisterApp) { |
EXPECT_TRUE(ExistsRegistration(kAppId)); |
} |
-TEST_F(GCMClientImplTest, RegisterAppFromCache) { |
+TEST_F(GCMClientImplTest, DISABLED_RegisterAppFromCache) { |
EXPECT_FALSE(ExistsRegistration(kAppId)); |
std::vector<std::string> senders; |