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

Unified Diff: ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm

Issue 2794033003: Disable 2 sync tests failing on iOS. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm
diff --git a/ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm b/ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm
index 1b33147620bf0aabab4910d3491f8196a3b2c0ed..7172b2978b496b908486c2bd27f84f3f223b38a3 100644
--- a/ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm
+++ b/ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm
@@ -431,7 +431,8 @@ void AssertNumberOfEntitiesWithName(int entity_count,
// Tests that a typed URL (after Sync is enabled) is uploaded to the Sync
// server.
-- (void)testSyncTypedURLUpload {
+// TODO(crbug.com/707846): Re-enable test.
+- (void)DISABLED_testSyncTypedURLUpload {
const GURL mockURL("http://not-a-real-site/");
chrome_test_util::ClearBrowsingHistory();
@@ -552,7 +553,8 @@ void AssertNumberOfEntitiesWithName(int entity_count,
// Test that typed url is deleted from client after server sends tombstone for
// that typed url.
-- (void)testSyncTypedURLDeleteFromServer {
+// TODO(crbug.com/707846): Re-enable test.
+- (void)DISABLE_testSyncTypedURLDeleteFromServer {
const GURL mockURL("http://not-a-real-site/");
chrome_test_util::ClearBrowsingHistory();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698