| Index: chrome/browser/sync/test/integration/migration_errors_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/migration_errors_test.cc b/chrome/browser/sync/test/integration/migration_errors_test.cc
|
| index 54f8174c23e15e8953f210201da9a929a30a36d9..d605e80cc1dc87fa0cbd394fa2fa87529054838d 100644
|
| --- a/chrome/browser/sync/test/integration/migration_errors_test.cc
|
| +++ b/chrome/browser/sync/test/integration/migration_errors_test.cc
|
| @@ -261,8 +261,9 @@ IN_PROC_BROWSER_TEST_F(MigrationSingleClientTest, AllTypesIndividually) {
|
| RunSingleClientMigrationTest(GetPreferredDataTypesList(), MODIFY_BOOKMARK);
|
| }
|
|
|
| +// This test is crashing on Win and Linux sync bots. http://crbug.com/107743
|
| IN_PROC_BROWSER_TEST_F(MigrationSingleClientTest,
|
| - AllTypesIndividuallyTriggerNotification) {
|
| + DISABLED_AllTypesIndividuallyTriggerNotification) {
|
| ASSERT_TRUE(SetupClients());
|
| RunSingleClientMigrationTest(GetPreferredDataTypesList(),
|
| TRIGGER_NOTIFICATION);
|
|
|