Skip to content

Commit

Permalink
Disable GCMClientImplTest.RegisterAppFromCache
Browse files Browse the repository at this point in the history
TBR=zea@chromium.org

Review URL: https://codereview.chromium.org/209293002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258713 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jianli@chromium.org committed Mar 22, 2014
1 parent 50c69c3 commit d15af08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_apis/gcm/gcm_client_impl_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d15af08

Please sign in to comment.