Commit d6f90584 authored by Olga Sharonova's avatar Olga Sharonova Committed by Commit Bot

Disabling TwoClientAutofillProfileSyncTest.ClientsAddSameProfile_Test on desktop


Failing

TBR=vitaliii@chromium.org

Bug: 1044514
Change-Id: I698c4527a69a6e689e4be99e145b1bbf7bef327b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013047Reviewed-by: default avatarOlga Sharonova <olka@chromium.org>
Commit-Queue: Olga Sharonova <olka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733922}
parent ed1357d3
......@@ -302,8 +302,14 @@ IN_PROC_BROWSER_TEST_F(TwoClientAutofillProfileSyncTest,
// Tests that adding the same profile on the two clients before sync is started
// results in each client only having one profile after sync is started
// Failing on Linux/Win/Mac. http://crbug.com/1044514
#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX)
#define MAYBE_ClientsAddSameProfile DISABLED_ClientsAddSameProfile
#else
#define MAYBE_ClientsAddSameProfile ClientsAddSameProfile
#endif
IN_PROC_BROWSER_TEST_F(TwoClientAutofillProfileSyncTest,
ClientsAddSameProfile) {
MAYBE_ClientsAddSameProfile) {
ASSERT_TRUE(SetupClients()) << "SetupClients() failed";
base::HistogramTester histograms;
......
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