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

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

Issue 772513004: Add new E2E sync multi profiles tests. This should not affect any existing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile issues Created 5 years, 11 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/single_client_e2e_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_e2e_test.cc b/chrome/browser/sync/test/integration/single_client_e2e_test.cc
index 2ac819789852649258eb763148622bd0cfb83e5a..4d8ab290553c3d3474dc21966fe6cb1ad17d6bc7 100644
--- a/chrome/browser/sync/test/integration/single_client_e2e_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_e2e_test.cc
@@ -14,6 +14,7 @@ class SingleClientE2ETest : public SyncTest {
DISALLOW_COPY_AND_ASSIGN(SingleClientE2ETest);
};
+// http://crbug.com/431366
IN_PROC_BROWSER_TEST_F(SingleClientE2ETest, DISABLED_SanitySetup) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
// TODO(shadi): Add AwaitCommitActivityCompletion() once GCM servers are added
« no previous file with comments | « chrome/browser/sync/test/integration/p2p_sync_refresher.cc ('k') | chrome/browser/sync/test/integration/sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698