Commit 99d3f1cc authored by sail@chromium.org's avatar sail@chromium.org

Disable MigrationSingleClientTest.AllTypesIndividuallyTriggerNotification

This test is crashing on linux and windows sync bots.

BUG=107743
TEST=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114678 0039d316-1c4b-4281-b951-d872f2087c98
parent 8e210186
......@@ -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);
......
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