Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: google_apis/gcm/gcm_client_impl_unittest.cc

Issue 209293002: Disable GCMClientImplTest.RegisterAppFromCache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698