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

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: implement OnSyncCycleCompleted send refresh notifications Created 6 years 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 ded65ea1174f2f61465cc03f55e1143d0601526b..95b602abd3afe0886783581d34e12372d367139e 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

Powered by Google App Engine
This is Rietveld 408576698