Commit 9e16963e authored by pvalenzuela's avatar pvalenzuela Committed by Commit bot

Sync: disable 2 flaky migration tests

MigrationSingleClientTest.AllTypesIndividually
MigrationSingleClientTest.AllTypesIndividuallyTriggerNotification

BUG=403778

Review URL: https://codereview.chromium.org/1127403005

Cr-Commit-Position: refs/heads/master@{#329754}
parent 0fcb1283
...@@ -287,27 +287,16 @@ IN_PROC_BROWSER_TEST_F(MigrationSingleClientTest, PrefsNigoriBoth) { ...@@ -287,27 +287,16 @@ IN_PROC_BROWSER_TEST_F(MigrationSingleClientTest, PrefsNigoriBoth) {
} }
// The whole shebang -- all data types. // The whole shebang -- all data types.
#if defined(OS_WIN) || defined(OS_MACOSX)
// http://crbug.com/403778 // http://crbug.com/403778
#define MAYBE_AllTypesIndividually DISABLED_AllTypesIndividually IN_PROC_BROWSER_TEST_F(MigrationSingleClientTest,
#else DISABLED_AllTypesIndividually) {
#define MAYBE_AllTypesIndividually AllTypesIndividually
#endif
IN_PROC_BROWSER_TEST_F(MigrationSingleClientTest, MAYBE_AllTypesIndividually) {
ASSERT_TRUE(SetupClients()); ASSERT_TRUE(SetupClients());
RunSingleClientMigrationTest(GetPreferredDataTypesList(), MODIFY_BOOKMARK); RunSingleClientMigrationTest(GetPreferredDataTypesList(), MODIFY_BOOKMARK);
} }
#if defined(OS_WIN) || defined(OS_MACOSX)
// http://crbug.com/403778 // http://crbug.com/403778
#define MAYBE_AllTypesIndividuallyTriggerNotification \
DISABLED_AllTypesIndividuallyTriggerNotification
#else
#define MAYBE_AllTypesIndividuallyTriggerNotification \
AllTypesIndividuallyTriggerNotification
#endif
IN_PROC_BROWSER_TEST_F(MigrationSingleClientTest, IN_PROC_BROWSER_TEST_F(MigrationSingleClientTest,
MAYBE_AllTypesIndividuallyTriggerNotification) { DISABLED_AllTypesIndividuallyTriggerNotification) {
ASSERT_TRUE(SetupClients()); ASSERT_TRUE(SetupClients());
RunSingleClientMigrationTest(GetPreferredDataTypesList(), RunSingleClientMigrationTest(GetPreferredDataTypesList(),
TRIGGER_NOTIFICATION); TRIGGER_NOTIFICATION);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment