Commit 8f165ab9 authored by jsbell@chromium.org's avatar jsbell@chromium.org

Mark TwoClientPasswordsSyncTest.DeleteAll disabled on mac/win

TBR=akalin@chromium.org
BUG=111399

Review URL: https://chromiumcodereview.appspot.com/9585017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124699 0039d316-1c4b-4281-b951-d872f2087c98
parent ef56c166
...@@ -183,7 +183,13 @@ IN_PROC_BROWSER_TEST_F(TwoClientPasswordsSyncTest, Delete) { ...@@ -183,7 +183,13 @@ IN_PROC_BROWSER_TEST_F(TwoClientPasswordsSyncTest, Delete) {
} }
// TCM ID - 7573511 // TCM ID - 7573511
IN_PROC_BROWSER_TEST_F(TwoClientPasswordsSyncTest, DeleteAll) { // Flaky on Mac and Windows: http://crbug.com/111399
#if defined(OS_WIN) || defined(OS_MACOSX)
#define MAYBE_DeleteAll DISABLED_DeleteAll
#else
#define MAYBE_DeleteAll DeleteAll
#endif
IN_PROC_BROWSER_TEST_F(TwoClientPasswordsSyncTest, MAYBE_DeleteAll) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
ASSERT_TRUE(AllProfilesContainSamePasswordFormsAsVerifier()); ASSERT_TRUE(AllProfilesContainSamePasswordFormsAsVerifier());
......
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