Commit 330d4958 authored by Lan Wei's avatar Lan Wei Committed by Commit Bot

Disable browser_tests ProfileMenuClickTest_WithUnconsentedPrimaryAccount

Browser tests ProfileMenuClickTest_WithUnconsentedPrimaryAccount is
keeping failing on Mac 10.12. Disable it.

Builder: Mac10.12 Tests
https://ci.chromium.org/p/chromium/builders/ci/Mac10.12%20Tests

TBR=tangltom@chromium.org

Bug: 1015429
Change-Id: Ib617d534d2ea7eb3b294b456837a5025ecc6698d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865145Reviewed-by: default avatarLan Wei <lanwei@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706951}
parent 8517fb02
......@@ -889,8 +889,10 @@ constexpr ProfileMenuViewBase::ActionableItem
// there are no other buttons at the end.
ProfileMenuViewBase::ActionableItem::kEditProfileButton};
PROFILE_MENU_CLICK_TEST(kActionableItems_WithUnconsentedPrimaryAccount,
ProfileMenuClickTest_WithUnconsentedPrimaryAccount) {
// TODO(crbug.com/1015429): Failing on Mac 10.12.
PROFILE_MENU_CLICK_TEST(
kActionableItems_WithUnconsentedPrimaryAccount,
DISABLED_ProfileMenuClickTest_WithUnconsentedPrimaryAccount) {
signin::MakeAccountAvailableWithCookies(identity_manager(),
&test_url_loader_factory_,
"user@example.com", "gaia_id");
......
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