| Index: chrome/browser/sync/profile_sync_service_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| index a125be1475c4eb1209316b06eb39d0bf5263259b..7c420e7b1828596d20f618755bce8ab12ebcf7f1 100644
|
| --- a/chrome/browser/sync/profile_sync_service_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| @@ -437,7 +437,7 @@ TEST_F(ProfileSyncServiceTest, FailToDownloadControlTypes) {
|
| // reenable sync. The handler should get notified of the state
|
| // changes.
|
| // Flaky on all platforms. http://crbug.com/154491
|
| -TEST_F(ProfileSyncServiceTest, FLAKY_DisableInvalidationsOnStop) {
|
| +TEST_F(ProfileSyncServiceTest, DISABLED_DisableInvalidationsOnStop) {
|
| harness_.StartSyncServiceAndSetInitialSyncEnded(
|
| true, true, true, true, syncer::STORAGE_IN_MEMORY);
|
|
|
|
|