Commit 8b98051a authored by robliao@chromium.org's avatar robliao@chromium.org

Disable LegacySyncErrorTest.BirthdayErrorUsingActionableErrorTest

This test has been quite flaky on MacOS 10.6 Sync tests.

BUG=400806
TBR=rlarocque

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287588 0039d316-1c4b-4281-b951-d872f2087c98
parent 979110a0
...@@ -166,7 +166,7 @@ IN_PROC_BROWSER_TEST_F(LegacySyncErrorTest, DISABLED_ErrorWhileSettingUp) { ...@@ -166,7 +166,7 @@ IN_PROC_BROWSER_TEST_F(LegacySyncErrorTest, DISABLED_ErrorWhileSettingUp) {
} }
IN_PROC_BROWSER_TEST_F(LegacySyncErrorTest, IN_PROC_BROWSER_TEST_F(LegacySyncErrorTest,
BirthdayErrorUsingActionableErrorTest) { DISABLED_BirthdayErrorUsingActionableErrorTest) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
const BookmarkNode* node1 = AddFolder(0, 0, "title1"); const BookmarkNode* node1 = AddFolder(0, 0, "title1");
......
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