Commit 3a113af3 authored by Kevin Marshall's avatar Kevin Marshall Committed by Commit Bot

[mac] Disable flaky ProfileListDesktopBrowserTest.SignOut test.

TBR=sdefresne@chromium.org

Bug: 1110452
Change-Id: I1f12593431d3818f270fa077b9b3b97dcd007753
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324563Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792431}
parent ce463f17
...@@ -55,9 +55,9 @@ class ProfileListDesktopBrowserTest : public InProcessBrowserTest { ...@@ -55,9 +55,9 @@ class ProfileListDesktopBrowserTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(ProfileListDesktopBrowserTest); DISALLOW_COPY_AND_ASSIGN(ProfileListDesktopBrowserTest);
}; };
#if defined(OS_WIN) || (defined(OS_MACOSX) && defined(ADDRESS_SANITIZER)) #if defined(OS_WIN) || defined(OS_MACOSX)
// SignOut is flaky on Windows, crbug.com/357329, // SignOut is flaky on Windows (crbug.com/357329)
// and Mac with ASAN, crbug.com/674497. // and Mac (crbug.com/674497, crbug.com/1110452).
#define MAYBE_SignOut DISABLED_SignOut #define MAYBE_SignOut DISABLED_SignOut
#elif defined(OS_CHROMEOS) #elif defined(OS_CHROMEOS)
// This test doesn't make sense for Chrome OS since it has a different // This test doesn't make sense for Chrome OS since it has a different
......
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