Commit 8444e019 authored by zea@chromium.org's avatar zea@chromium.org

[Sync] Fix disabling of tests from 149074

TBR=sergeyu@chromium.org
BUG=139726

Review URL: https://chromiumcodereview.appspot.com/10837012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149076 0039d316-1c4b-4281-b951-d872f2087c98
parent 8f21b48d
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment