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

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

Issue 13197004: Draft: InvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Passes tests Created 7 years, 8 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
Index: chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc b/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
index 2c5221b93233b0001ae396f1d31b8e06e7dc6753..b267aeb3e384d9eda2cfb69827fd7cee430e9fdf 100644
--- a/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
@@ -1944,21 +1944,6 @@ IN_PROC_BROWSER_TEST_F(TwoClientBookmarksSyncTest, RacyPositionChanges) {
ASSERT_TRUE(AllModelsMatch());
}
-// Restart the sync service on one client and make sure all data is synced when
-// the service restarts.
-IN_PROC_BROWSER_TEST_F(TwoClientBookmarksSyncTest,
- DISABLED_RestartSyncService) {
- ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
-
- ASSERT_TRUE(AddURL(0, L"Google", GURL("http://www.google.com")));
- ASSERT_TRUE(GetClient(0)->AwaitMutualSyncCycleCompletion(GetClient(1)));
- ASSERT_TRUE(AllModelsMatchVerifier());
-
- RestartSyncService(0);
- ASSERT_TRUE(GetClient(0)->AwaitFullSyncCompletion("Restarted sync."));
- ASSERT_TRUE(AllModelsMatchVerifier());
-}
-
// Trigger the server side creation of Synced Bookmarks. Ensure both clients
// remain syncing afterwards. Add bookmarks to the synced bookmarks folder
// and ensure both clients receive the boomkmark.

Powered by Google App Engine
This is Rietveld 408576698