Skip to content

Commit

Permalink
Disable PointerLockBrowserTest.PointerLockWheelEventRouting on Linux
Browse files Browse the repository at this point in the history
Due to flakiness.

Bug: 1205889
Change-Id: I946325c86c32bd1e40dbd7717e9b856299cc3adb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2876886
Auto-Submit: Martin Šrámek <msramek@chromium.org>
Reviewed-by: Camille Lamy <clamy@chromium.org>
Commit-Queue: Camille Lamy <clamy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#880326}
  • Loading branch information
msramek authored and Chromium LUCI CQ committed May 7, 2021
1 parent 6d98887 commit bcbe62a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/browser/pointer_lock_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,13 @@ IN_PROC_BROWSER_TEST_F(PointerLockBrowserTest, PointerLockOopifCrashes) {
}
}

IN_PROC_BROWSER_TEST_F(PointerLockBrowserTest, PointerLockWheelEventRouting) {
#if defined(OS_LINUX)
#define MAYBE_PointerLockWheelEventRouting DISABLED_PointerLockWheelEventRouting
#else
#define MAYBE_PointerLockWheelEventRouting PointerLockWheelEventRouting
#endif
IN_PROC_BROWSER_TEST_F(PointerLockBrowserTest,
MAYBE_PointerLockWheelEventRouting) {
GURL main_url(embedded_test_server()->GetURL(
"a.com", "/cross_site_iframe_factory.html?a(b)"));
EXPECT_TRUE(NavigateToURL(shell(), main_url));
Expand Down

0 comments on commit bcbe62a

Please sign in to comment.