Commit 3e5eeefe authored by Mattias Nissler's avatar Mattias Nissler

Disable OptionsUIBrowserTest.VerifyManagedSignout

It's flaky on Mac and Win.

BUG=chromium:469113
TBR=kaliamoorthi@chromium.org

Review URL: https://codereview.chromium.org/1021233002

Cr-Commit-Position: refs/heads/master@{#321545}
parent 0807f9b8
......@@ -186,9 +186,8 @@ IN_PROC_BROWSER_TEST_F(OptionsUIBrowserTest, LoadOptionsByURL) {
VerifyNavbar();
}
// Flaky on win_rel when the profile is deleted crbug.com/103355
// Also related to crbug.com/104851
#if defined(OS_WIN)
// Flaky on Mac and Win: http://crbug.com/469113
#if defined(OS_WIN) || defined(OS_MACOSX)
#define MAYBE_VerifyManagedSignout DISABLED_VerifyManagedSignout
#else
#define MAYBE_VerifyManagedSignout VerifyManagedSignout
......
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