Index: chrome/browser/sync/test/integration/many_client_bookmarks_sync_test.cc |
=================================================================== |
--- chrome/browser/sync/test/integration/many_client_bookmarks_sync_test.cc (revision 110526) |
+++ chrome/browser/sync/test/integration/many_client_bookmarks_sync_test.cc (working copy) |
@@ -19,7 +19,8 @@ |
DISALLOW_COPY_AND_ASSIGN(ManyClientBookmarksSyncTest); |
}; |
-IN_PROC_BROWSER_TEST_F(ManyClientBookmarksSyncTest, Sanity) { |
+// TODO(rsimha): Enable once http://crbug.com/69604 is fixed. |
+IN_PROC_BROWSER_TEST_F(ManyClientBookmarksSyncTest, DISABLED_Sanity) { |
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; |
ASSERT_TRUE(AddURL(0, L"Google URL", GURL("http://www.google.com/")) != NULL); |
ASSERT_TRUE(GetClient(0)->AwaitGroupSyncCycleCompletion(clients())); |