Commit d641e04b authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Disable ProfileMenuClickTest_WithUnconsentedPrimaryAccount

This test is flaking a lot recently, disabling until a fix is found.

TBR=jkrcal@chromium.org

Bug: 1021930
Change-Id: I47d5b1ca51686febf5bbd2e712573937d867625c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107685Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751097}
parent 58f3680d
...@@ -568,8 +568,17 @@ constexpr ProfileMenuViewBase::ActionableItem ...@@ -568,8 +568,17 @@ constexpr ProfileMenuViewBase::ActionableItem
// there are no other buttons at the end. // there are no other buttons at the end.
ProfileMenuViewBase::ActionableItem::kPasswordsButton}; ProfileMenuViewBase::ActionableItem::kPasswordsButton};
PROFILE_MENU_CLICK_TEST(kActionableItems_WithUnconsentedPrimaryAccount, // TODO(https://crbug.com/1021930) flakey on Linux and Windows.
ProfileMenuClickTest_WithUnconsentedPrimaryAccount) { #if defined(OS_LINUX) || defined(OS_WIN)
#define MAYBE_ProfileMenuClickTest_WithUnconsentedPrimaryAccount \
DISABLED_ProfileMenuClickTest_WithUnconsentedPrimaryAccount
#else
#define MAYBE_ProfileMenuClickTest_WithUnconsentedPrimaryAccount \
ProfileMenuClickTest_WithUnconsentedPrimaryAccount
#endif
PROFILE_MENU_CLICK_TEST(
kActionableItems_WithUnconsentedPrimaryAccount,
MAYBE_ProfileMenuClickTest_WithUnconsentedPrimaryAccount) {
secondary_account_helper::SignInSecondaryAccount( secondary_account_helper::SignInSecondaryAccount(
browser()->profile(), &test_url_loader_factory_, "user@example.com"); browser()->profile(), &test_url_loader_factory_, "user@example.com");
UnconsentedPrimaryAccountChecker(identity_manager()).Wait(); UnconsentedPrimaryAccountChecker(identity_manager()).Wait();
......
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