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. |