Commit a1b6504e authored by rsimha@chromium.org's avatar rsimha@chromium.org

Mark SC_AddFirstBMWithFavicon as failing on Mac

The bookmark sync test case SC_AddFirstBMWithFavicon fails on the
mac_sync trybot.

This patch marks it as failing till such time that a fix is landed.

TBR=akalin@chromium.org
BUG=94941
TEST=sync_integration_tests

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99847 0039d316-1c4b-4281-b951-d872f2087c98
parent 700cdaf4
...@@ -131,8 +131,14 @@ IN_PROC_BROWSER_TEST_F(TwoClientBookmarksSyncTest, ...@@ -131,8 +131,14 @@ IN_PROC_BROWSER_TEST_F(TwoClientBookmarksSyncTest,
} }
// Test Scribe ID - 370489. // Test Scribe ID - 370489.
// TODO(rsimha): Enable after http://crbug.com/94941 is fixed.
#if defined(OS_MACOSX)
IN_PROC_BROWSER_TEST_F(TwoClientBookmarksSyncTest,
FAILS_SC_AddFirstBMWithFavicon) {
#else
IN_PROC_BROWSER_TEST_F(TwoClientBookmarksSyncTest, IN_PROC_BROWSER_TEST_F(TwoClientBookmarksSyncTest,
SC_AddFirstBMWithFavicon) { SC_AddFirstBMWithFavicon) {
#endif
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
ASSERT_TRUE(AllModelsMatchVerifier()); ASSERT_TRUE(AllModelsMatchVerifier());
......
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