Commit 029d835a authored by Matt Wolenetz's avatar Matt Wolenetz Committed by Commit Bot

Disable flaky ProfileMenuClickTest_SingleProfileWithCustomName

BUG=1025493
TBR=tangltom@chromium.org

Change-Id: Ibad0fbe19cd7ea6ab4327a966b168508de0a61f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1923327Reviewed-by: default avatarMatthew Wolenetz <wolenetz@chromium.org>
Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#716421}
parent f0aa38c2
......@@ -769,8 +769,10 @@ constexpr ProfileMenuViewBase::ActionableItem
// there are no other buttons at the end.
ProfileMenuViewBase::ActionableItem::kEditProfileButton};
PROFILE_MENU_CLICK_TEST(kActionableItems_SingleProfileWithCustomName,
ProfileMenuClickTest_SingleProfileWithCustomName) {
// This test is disabled due to being flaky. See https://crbug.com/1025493.
PROFILE_MENU_CLICK_TEST(
kActionableItems_SingleProfileWithCustomName,
DISABLED_ProfileMenuClickTest_SingleProfileWithCustomName) {
profiles::UpdateProfileName(browser()->profile(),
base::UTF8ToUTF16("Custom name"));
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