Commit d561872d authored by Ryan Meier's avatar Ryan Meier Committed by Commit Bot

Re-enable two tests in profile_chooser_view_browsertest.cc

Bug: 802374
Change-Id: I89e01e755d4a5bf4dabda8f93b75eafc7418fc34
Reviewed-on: https://chromium-review.googlesource.com/c/1355613
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612760}
parent 589d63a3
......@@ -236,13 +236,7 @@ class ProfileChooserViewExtensionsTest
DISALLOW_COPY_AND_ASSIGN(ProfileChooserViewExtensionsTest);
};
#if defined(OS_WIN)
#define MAYBE_SigninButtonHasFocus DISABLED_SigninButtonHasFocus
#else
#define MAYBE_SigninButtonHasFocus SigninButtonHasFocus
#endif
IN_PROC_BROWSER_TEST_F(ProfileChooserViewExtensionsTest,
MAYBE_SigninButtonHasFocus) {
IN_PROC_BROWSER_TEST_F(ProfileChooserViewExtensionsTest, SigninButtonHasFocus) {
ASSERT_TRUE(profiles::IsMultipleProfilesEnabled());
ASSERT_NO_FATAL_FAILURE(OpenProfileChooserView(browser()));
......@@ -470,8 +464,7 @@ IN_PROC_BROWSER_TEST_F(ProfileChooserViewExtensionsTest, InvokeUi_Guest) {
// TODO: Flaking test crbug.com/802374
// Shows the |ProfileChooserView| during a Guest browsing session when the DICE
// flag is enabled.
IN_PROC_BROWSER_TEST_F(ProfileChooserViewExtensionsTest,
DISABLED_InvokeUi_DiceGuest) {
IN_PROC_BROWSER_TEST_F(ProfileChooserViewExtensionsTest, InvokeUi_DiceGuest) {
ScopedAccountConsistencyDice scoped_dice;
ShowAndVerifyUi();
}
......
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