Commit d4259f33 authored by Hajime Hoshi's avatar Hajime Hoshi Committed by Commit Bot

Disable ProfileMenuClickTest_SyncError on Windows

TBR=jkrcal@chromium.org

Bug: 1021930
Change-Id: I3d542632c89a5834d5339a6a9d488dfb8d62eba6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362363Reviewed-by: default avatarHajime Hoshi <hajimehoshi@chromium.org>
Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799492}
parent 8fb69519
......@@ -672,8 +672,15 @@ constexpr ProfileMenuViewBase::ActionableItem kActionableItems_SyncError[] = {
// there are no other buttons at the end.
ProfileMenuViewBase::ActionableItem::kPasswordsButton};
#if defined(OS_WIN)
// TODO(crbug.com/1021930): Failure on Windows
#define MAYBE_ProfileMenuClickTest_SyncError \
DISABLED_ProfileMenuClickTest_SyncError
#else
#define MAYBE_ProfileMenuClickTest_SyncError ProfileMenuClickTest_SyncError
#endif
PROFILE_MENU_CLICK_TEST(kActionableItems_SyncError,
ProfileMenuClickTest_SyncError) {
MAYBE_ProfileMenuClickTest_SyncError) {
ASSERT_TRUE(sync_harness()->SignInPrimaryAccount());
// Check that the setup was successful.
ASSERT_TRUE(identity_manager()->HasPrimaryAccount());
......
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