Commit 59f9ca3a authored by Darren Shen's avatar Darren Shen Committed by Commit Bot

Disable ProfileChooserViewExtensionsTest.SigninButtonHasFocus

Flaky on Windows

TBR=tangltom@chromium.org

Bug: 855867
Change-Id: I32be5fa7473203dea8ab3dc25fbb9b5b68edd737
Reviewed-on: https://chromium-review.googlesource.com/1113087Reviewed-by: default avatarDarren Shen <shend@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569968}
parent b789471f
......@@ -271,7 +271,13 @@ class ProfileChooserViewExtensionsTest
DISALLOW_COPY_AND_ASSIGN(ProfileChooserViewExtensionsTest);
};
IN_PROC_BROWSER_TEST_F(ProfileChooserViewExtensionsTest, SigninButtonHasFocus) {
#if defined(OS_WIN)
#define MAYBE_SigninButtonHasFocus DISABLED_SigninButtonHasFocus
#else
#define MAYBE_SigninButtonHasFocus SigninButtonHasFocus
#endif
IN_PROC_BROWSER_TEST_F(ProfileChooserViewExtensionsTest,
MAYBE_SigninButtonHasFocus) {
ASSERT_TRUE(profiles::IsMultipleProfilesEnabled());
ASSERT_NO_FATAL_FAILURE(OpenProfileChooserView(browser()));
......
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