Commit 2e39b011 authored by rsimha@chromium.org's avatar rsimha@chromium.org

Marking favicon sync test as failing

The bookmark favicon sync test fails due to what looks like a sync bug.
Marking the test as failing until the bug is investigated.

TBR=tim@chromium.org
BUG=69694
TEST=sync_integration_tests

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71683 0039d316-1c4b-4281-b951-d872f2087c98
parent 09f8a991
...@@ -123,8 +123,9 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveBookmarksSyncTest, ...@@ -123,8 +123,9 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveBookmarksSyncTest,
} }
// Test Scribe ID - 370489. // Test Scribe ID - 370489.
// TODO(rsimha): Enable after http://crbug.com/69694 is fixed.
IN_PROC_BROWSER_TEST_F(TwoClientLiveBookmarksSyncTest, IN_PROC_BROWSER_TEST_F(TwoClientLiveBookmarksSyncTest,
SC_AddFirstBMWithFavicon) { FAILS_SC_AddFirstBMWithFavicon) {
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