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

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

Issue 8568033: Re-enable stress sync integration tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
Index: chrome/browser/sync/test/integration/many_client_passwords_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/many_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/many_client_passwords_sync_test.cc
index e5519bc2d4a38e380a5f8071c0bb7937fafff0f9..d9cabfd49c16916d1ea28f01d2b683bddedf723c 100644
--- a/chrome/browser/sync/test/integration/many_client_passwords_sync_test.cc
+++ b/chrome/browser/sync/test/integration/many_client_passwords_sync_test.cc
@@ -27,8 +27,7 @@ class ManyClientPasswordsSyncTest : public SyncTest {
DISALLOW_COPY_AND_ASSIGN(ManyClientPasswordsSyncTest);
};
-// TODO(rsimha): Enable once http://crbug.com/69604 is fixed.
-IN_PROC_BROWSER_TEST_F(ManyClientPasswordsSyncTest, DISABLED_Sanity) {
+IN_PROC_BROWSER_TEST_F(ManyClientPasswordsSyncTest, Sanity) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
PasswordForm form = CreateTestPasswordForm(0);

Powered by Google App Engine
This is Rietveld 408576698