Skip to content

Commit

Permalink
Disable flaky CachingAsyncHitTestMissesElement_WithPinchZoom
Browse files Browse the repository at this point in the history
(cherry picked from commit 6394547)

Bug: 1121099
Change-Id: I1d985998619a6e5e52760d22786195601df0ed49
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3645161
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Commit-Queue: Frank Liberato <liberato@chromium.org>
Owners-Override: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: Frank Liberato <liberato@chromium.org>
Auto-Submit: Dale Curtis <dalecurtis@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1003259}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3687584
Commit-Queue: Donn Denman <donnd@chromium.org>
Auto-Submit: Donn Denman <donnd@chromium.org>
Reviewed-by: Daniel Libby <dlibby@microsoft.com>
Cr-Commit-Position: refs/branch-heads/5060@{#530}
Cr-Branched-From: b83393d-refs/heads/main@{#1002911}
  • Loading branch information
dalecurtis authored and Chromium LUCI CQ committed Jun 3, 2022
1 parent bfacd69 commit 21a99b4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions content/browser/accessibility/hit_testing_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -738,15 +738,9 @@ IN_PROC_BROWSER_TEST_P(AccessibilityHitTestingBrowserTest,
}

// Timeouts on Linux. TODO(crbug.com/1083805): Enable this test.
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
#define MAYBE_CachingAsyncHitTestMissesElement_WithPinchZoom \
DISABLED_CachingAsyncHitTestMissesElement_WithPinchZoom
#else
#define MAYBE_CachingAsyncHitTestMissesElement_WithPinchZoom \
CachingAsyncHitTestMissesElement_WithPinchZoom
#endif
IN_PROC_BROWSER_TEST_P(AccessibilityHitTestingBrowserTest,
MAYBE_CachingAsyncHitTestMissesElement_WithPinchZoom) {
IN_PROC_BROWSER_TEST_P(
AccessibilityHitTestingBrowserTest,
DISABLED_CachingAsyncHitTestMissesElement_WithPinchZoom) {
ASSERT_TRUE(embedded_test_server()->Start());

EXPECT_TRUE(NavigateToURL(shell(), GURL(url::kAboutBlankURL)));
Expand Down

0 comments on commit 21a99b4

Please sign in to comment.