Index: chrome/browser/sync/test/integration/sync_errors_test.cc |
diff --git a/chrome/browser/sync/test/integration/sync_errors_test.cc b/chrome/browser/sync/test/integration/sync_errors_test.cc |
index 87d29a5b1f7e891b226c1132dd4ee9b73c678c15..698f18d98b1753a350a5e2de3c0c7ff08fc52ec0 100644 |
--- a/chrome/browser/sync/test/integration/sync_errors_test.cc |
+++ b/chrome/browser/sync/test/integration/sync_errors_test.cc |
@@ -140,9 +140,15 @@ IN_PROC_BROWSER_TEST_F(SyncErrorTest, |
protocol_error.error_description); |
} |
+// TODO(pavely): Fix this test. Test needs to successfully setup sync. Then |
+// setup server to trigger auth error and setup FakeURLFetcher to return |
+// INVALID_CREDENTIALS failure for access token request. Then it should |
+// trigger sync and verify that error surfaced through |
+// ProfileSyncService::GetAuthError() |
+// |
// Trigger an auth error and make sure the sync client displays a warning in the |
// UI. |
-IN_PROC_BROWSER_TEST_F(SyncErrorTest, AuthErrorTest) { |
+IN_PROC_BROWSER_TEST_F(SyncErrorTest, DISABLED_AuthErrorTest) { |
ASSERT_TRUE(SetupClients()); |
TriggerAuthError(); |
@@ -151,9 +157,15 @@ IN_PROC_BROWSER_TEST_F(SyncErrorTest, AuthErrorTest) { |
GetClient(0)->service()->GetAuthError().state()); |
} |
+// TODO(pavely): Fix this test. Test needs to successfully setup sync. Then |
+// setup server to trigger xmpp auth error and setup FakeURLFetcher to return |
+// INVALID_CREDENTIALS failure for access token request. Then it should |
+// trigger sync and verify that error surfaced through |
+// ProfileSyncService::GetAuthError() |
+// |
// Trigger an XMPP auth error, and make sure sync treats it like any |
// other auth error. |
-IN_PROC_BROWSER_TEST_F(SyncErrorTest, XmppAuthErrorTest) { |
+IN_PROC_BROWSER_TEST_F(SyncErrorTest, DISABLED_XmppAuthErrorTest) { |
ASSERT_TRUE(SetupClients()) << "SetupClients() failed."; |
TriggerXmppAuthError(); |