Skip to content

Commit

Permalink
Disable ConstrainedWindowViewTest.FocusTest on Linux
Browse files Browse the repository at this point in the history
Bug: 1509159
Change-Id: Id71aab47402667cffd4e9dc817a47a260f9f169c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5096460
Reviewed-by: Yoichi Osato <yoichio@chromium.org>
Auto-Submit: Alan Screen <awscreen@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Owners-Override: Alan Screen <awscreen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1234282}
  • Loading branch information
Alan Screen authored and Chromium LUCI CQ committed Dec 7, 2023
1 parent dd3186e commit 710f275
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ class ConstrainedWindowViewTest : public InProcessBrowserTest {

} // namespace

#if BUILDFLAG(IS_MAC)
#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
// Unexpected multiple focus managers on MacViews: http://crbug.com/824551
// TODO(crbug.com/1509159): Enable for Linux after resolving failure.
#define MAYBE_FocusTest DISABLED_FocusTest
#else
#define MAYBE_FocusTest FocusTest
Expand Down

0 comments on commit 710f275

Please sign in to comment.