Index: sync/internal_api/syncapi_unittest.cc |
diff --git a/sync/internal_api/syncapi_unittest.cc b/sync/internal_api/syncapi_unittest.cc |
index 3c0a1d538f9f3ea27f5e52864370d71d18c11425..e43a2e2ab7760549a5557478e5d1552032b9e86a 100644 |
--- a/sync/internal_api/syncapi_unittest.cc |
+++ b/sync/internal_api/syncapi_unittest.cc |
@@ -2565,7 +2565,7 @@ class SyncManagerTestWithMockScheduler : public SyncManagerTest { |
#else |
#define MAYBE_BasicConfiguration BasicConfiguration |
#endif |
-TEST_F(SyncManagerTestWithMockScheduler, BasicConfiguration) { |
+TEST_F(SyncManagerTestWithMockScheduler, MAYBE_BasicConfiguration) { |
ConfigureReason reason = CONFIGURE_REASON_RECONFIGURATION; |
ModelTypeSet types_to_download(BOOKMARKS, PREFERENCES); |
ModelSafeRoutingInfo new_routing_info; |
@@ -2746,7 +2746,7 @@ TEST_F(SyncManagerTest, PurgePartiallySyncedTypes) { |
#else |
#define MAYBE_PurgeDisabledTypes PurgeDisabledTypes |
#endif |
-TEST_F(SyncManagerTest, PurgeDisabledTypes) { |
+TEST_F(SyncManagerTest, MAYBE_PurgeDisabledTypes) { |
ModelSafeRoutingInfo routing_info; |
GetModelSafeRoutingInfo(&routing_info); |
ModelTypeSet enabled_types = GetRoutingInfoTypes(routing_info); |