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

Unified Diff: chrome/browser/sync/test/integration/many_client_bookmarks_sync_test.cc

Issue 8587038: Revert 110450 - Re-enable stress sync integration tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « no previous file | chrome/browser/sync/test/integration/many_client_passwords_sync_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()));
« no previous file with comments | « no previous file | chrome/browser/sync/test/integration/many_client_passwords_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698