| 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 53c7395ec0b17bbe6bf407cf7250b9c7e4d0e3b1..fb8b16b49f6e50093d0695c359df8a64d2584294 100644
|
| --- a/chrome/browser/sync/test/integration/sync_errors_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_errors_test.cc
|
| @@ -162,7 +162,7 @@ IN_PROC_BROWSER_TEST_F(SyncErrorTest, AuthErrorTest) {
|
| // other auth error.
|
| // This has been flaking a lot recently on Mac. http://crbug.com/165328
|
| #if defined(OS_MACOSX)
|
| -#define MAYBE_XmppAuthErrorTest FLAKY_XmppAuthErrorTest
|
| +#define MAYBE_XmppAuthErrorTest DISABLED_XmppAuthErrorTest
|
| #else
|
| #define MAYBE_XmppAuthErrorTest XmppAuthErrorTest
|
| #endif
|
|
|