Commit c6848729 authored by joi@chromium.org's avatar joi@chromium.org

Flaky: PRofileSyncServiceAutofillTest.ServerChangeRace.

About 40% flaky since the DISABLED_ marker was removed from it in r113347.

TBR=georgey@chromium.org
BUG=57884

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113371 0039d316-1c4b-4281-b951-d872f2087c98
parent 05224ff2
......@@ -1094,7 +1094,7 @@ TEST_F(ProfileSyncServiceAutofillTest, ProcessUserChangeRemoveProfile) {
ASSERT_EQ(0U, new_sync_profiles.size());
}
TEST_F(ProfileSyncServiceAutofillTest, ServerChangeRace) {
TEST_F(ProfileSyncServiceAutofillTest, FLAKY_ServerChangeRace) {
// GetHistoryService() gets called indirectly, but the result is ignored, so
// it is safe to return NULL.
EXPECT_CALL(profile_, GetHistoryService(_)).
......
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