Commit d785c1a6 authored by Christian Dullweber's avatar Christian Dullweber Committed by Commit Bot

Disable flaky MouseWheelEventPositionChange test on Linux

SitePerProcessMouseWheelHitTestBrowserTest.MouseWheelEventPositionChange
is flaky on multiple Linux bots.

Tbr: alexmos@chromium.org
Bug: 1033388
Change-Id: I395f75fbf7ec928df4803bef60d34fb5d5b68b86
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087392Reviewed-by: default avatarChristian Dullweber <dullweber@chromium.org>
Commit-Queue: Christian Dullweber <dullweber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746719}
parent 68f5a2e3
...@@ -4494,11 +4494,17 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessMouseWheelHitTestBrowserTest, ...@@ -4494,11 +4494,17 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessMouseWheelHitTestBrowserTest,
EXPECT_EQ(nullptr, router->wheel_target_); EXPECT_EQ(nullptr, router->wheel_target_);
} }
#if defined(OS_LINUX)
#define MAYBE_MouseWheelEventPositionChange \
DISABLED_MouseWheelEventPositionChange
#else
#define MAYBE_MouseWheelEventPositionChange MouseWheelEventPositionChange
#endif
// Ensure that the positions of mouse wheel events sent to cross-process // Ensure that the positions of mouse wheel events sent to cross-process
// subframes account for any change in the position of the subframe during the // subframes account for any change in the position of the subframe during the
// scroll sequence. // scroll sequence.
IN_PROC_BROWSER_TEST_F(SitePerProcessMouseWheelHitTestBrowserTest, IN_PROC_BROWSER_TEST_F(SitePerProcessMouseWheelHitTestBrowserTest,
MouseWheelEventPositionChange) { MAYBE_MouseWheelEventPositionChange) {
GURL main_url(embedded_test_server()->GetURL( GURL main_url(embedded_test_server()->GetURL(
"/frame_tree/page_with_tall_positioned_frame.html")); "/frame_tree/page_with_tall_positioned_frame.html"));
EXPECT_TRUE(NavigateToURL(shell(), main_url)); EXPECT_TRUE(NavigateToURL(shell(), main_url));
......
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