Commit f790b7ee authored by Kunihiko Sakamoto's avatar Kunihiko Sakamoto Committed by Commit Bot

Disable ZoomBubbleBrowserTest.AnchorPositionsInFullscreen on Lacros

Bug: 1142682
Tbr: weili@chromium.org
Change-Id: I94bd69c6f92713cf4db529e385c28067413f4d9d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500965Reviewed-by: default avatarKunihiko Sakamoto <ksakamoto@chromium.org>
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821068}
parent 45a1ccf9
......@@ -93,7 +93,15 @@ IN_PROC_BROWSER_TEST_F(ZoomBubbleBrowserTest, NonImmersiveFullscreen) {
// Test whether the zoom bubble is anchored to the same location if the toolbar
// shows in fullscreen. And when the toolbar hides in fullscreen, the zoom
// bubble should close and re-show in a new un-anchored position.
IN_PROC_BROWSER_TEST_F(ZoomBubbleBrowserTest, AnchorPositionsInFullscreen) {
//
// TODO(crbug.com/1142682): Fails on Lacros bots.
#if BUILDFLAG(IS_LACROS)
#define MAYBE_AnchorPositionsInFullscreen DISABLED_AnchorPositionsInFullscreen
#else
#define MAYBE_AnchorPositionsInFullscreen AnchorPositionsInFullscreen
#endif
IN_PROC_BROWSER_TEST_F(ZoomBubbleBrowserTest,
MAYBE_AnchorPositionsInFullscreen) {
#if defined(OS_MAC)
ui::test::ScopedFakeNSWindowFullscreen fake_fullscreen;
#endif
......
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