Commit 8682489d authored by sail@chromium.org's avatar sail@chromium.org

Disable MigrationHellWithoutNigori and MigrationHellWithNigori

MigrationTwoClientTest.MigrationHellWithoutNigori and MigrationTwoClientTest.MigrationHellWithNigori have been crashing on various bots. Backtrace attached to bug.

BUG=107205
TEST=

Review URL: http://codereview.chromium.org/8966001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114673 0039d316-1c4b-4281-b951-d872f2087c98
parent 16fa77d6
...@@ -351,17 +351,12 @@ IN_PROC_BROWSER_TEST_F(MigrationTwoClientTest, ...@@ -351,17 +351,12 @@ IN_PROC_BROWSER_TEST_F(MigrationTwoClientTest,
MODIFY_BOOKMARK); MODIFY_BOOKMARK);
} }
// Flaky on Mac 10.6 Sync bot: http://crbug.com/107205. // Flaky on Mac 10.6 Sync bot and crashes on Win7 sync bot:
#if defined(OS_MACOSX) // http://crbug.com/107205.
#define MAYBE_MigrationHellWithoutNigori FLAKY_MigrationHellWithoutNigori
#else
#define MAYBE_MigrationHellWithoutNigori MigrationHellWithoutNigori
#endif
// Migrate every datatype in sequence; the catch being that the server // Migrate every datatype in sequence; the catch being that the server
// will only tell the client about the migrations one at a time. // will only tell the client about the migrations one at a time.
IN_PROC_BROWSER_TEST_F(MigrationTwoClientTest, IN_PROC_BROWSER_TEST_F(MigrationTwoClientTest,
MAYBE_MigrationHellWithoutNigori) { DISABLED_MigrationHellWithoutNigori) {
ASSERT_TRUE(SetupClients()); ASSERT_TRUE(SetupClients());
MigrationList migration_list = GetPreferredDataTypesList(); MigrationList migration_list = GetPreferredDataTypesList();
// Let the first nudge be a datatype that's neither prefs nor // Let the first nudge be a datatype that's neither prefs nor
...@@ -370,7 +365,10 @@ IN_PROC_BROWSER_TEST_F(MigrationTwoClientTest, ...@@ -370,7 +365,10 @@ IN_PROC_BROWSER_TEST_F(MigrationTwoClientTest,
RunTwoClientMigrationTest(migration_list, MODIFY_BOOKMARK); RunTwoClientMigrationTest(migration_list, MODIFY_BOOKMARK);
} }
IN_PROC_BROWSER_TEST_F(MigrationTwoClientTest, MigrationHellWithNigori) { // Flaky on Mac 10.6 Sync bot and crashes on Win7 sync bot:
// http://crbug.com/107205.
IN_PROC_BROWSER_TEST_F(MigrationTwoClientTest,
DISABLED_MigrationHellWithNigori) {
ASSERT_TRUE(SetupClients()); ASSERT_TRUE(SetupClients());
MigrationList migration_list = GetPreferredDataTypesList(); MigrationList migration_list = GetPreferredDataTypesList();
// Let the first nudge be a datatype that's neither prefs nor // Let the first nudge be a datatype that's neither prefs nor
......
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