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

Unified Diff: google_apis/gcm/engine/mcs_client_unittest.cc

Issue 145783003: [GCM] Disable leaky tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 11 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 | « google_apis/gcm/engine/gcm_store_impl_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/engine/mcs_client_unittest.cc
diff --git a/google_apis/gcm/engine/mcs_client_unittest.cc b/google_apis/gcm/engine/mcs_client_unittest.cc
index 7ba590487dc8cfc36fa04b66d8ee7802a528810f..587edfaeae5fb49742a4721fdce65111e6e6b02d 100644
--- a/google_apis/gcm/engine/mcs_client_unittest.cc
+++ b/google_apis/gcm/engine/mcs_client_unittest.cc
@@ -294,7 +294,15 @@ TEST_F(MCSClientTest, SendMessageNoRMQ) {
// Send a message without RMQ support while disconnected. Message send should
// fail immediately, invoking callback.
-TEST_F(MCSClientTest, SendMessageNoRMQWhileDisconnected) {
+// Fails on linux_asan crbug.com/337560
+#if !defined(OS_POSIX)
+#define MAYBE_SendMessageNoRMQWhileDisconnected \
+ SendMessageNoRMQWhileDisconnected
+#else
+#define MAYBE_SendMessageNoRMQWhileDisconnected \
+ DISABLED_SendMessageNoRMQWhileDisconnected
+#endif
+TEST_F(MCSClientTest, MAYBE_SendMessageNoRMQWhileDisconnected) {
BuildMCSClient();
InitializeClient();
« no previous file with comments | « google_apis/gcm/engine/gcm_store_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698