Commit 26763bc4 authored by Hiroki Nakagawa's avatar Hiroki Nakagawa Committed by Commit Bot

Sheriff: Disable ProfileMenuClickTest_IncognitoProfile.ProfileMenuClickTest_IncognitoProfile

This crashes on Linux CFI bot. See https://crbug.com/1014343 for details.

Bug: 1012167, 1014343
Change-Id: I3cb444e26225146d2d1540c4320a524aef951c4f
Tbr: tangltom@chromium.org
Notry: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861314Reviewed-by: default avatarHiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705798}
parent 34c4838a
...@@ -907,8 +907,9 @@ constexpr ProfileMenuViewBase::ActionableItem ...@@ -907,8 +907,9 @@ constexpr ProfileMenuViewBase::ActionableItem
// there are no other buttons at the end. // there are no other buttons at the end.
ProfileMenuViewBase::ActionableItem::kExitProfileButton}; ProfileMenuViewBase::ActionableItem::kExitProfileButton};
// TODO(crbug.com/1012167, 1014343): This crashes on Linux CFI bot.
PROFILE_MENU_CLICK_TEST(kActionableItems_IncognitoProfile, PROFILE_MENU_CLICK_TEST(kActionableItems_IncognitoProfile,
ProfileMenuClickTest_IncognitoProfile) { DISABLED_ProfileMenuClickTest_IncognitoProfile) {
SetTargetBrowser(CreateIncognitoBrowser(browser()->profile())); SetTargetBrowser(CreateIncognitoBrowser(browser()->profile()));
RunTest(); RunTest();
......
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