Commit 3b968d8e authored by Alexey Baskakov's avatar Alexey Baskakov Committed by Commit Bot

Sheriff: Disable CachingAsyncHitTestMissesElement_WithPinchZoom

Disable AccessibilityHitTestingBrowserTest.
CachingAsyncHitTestMissesElement_WithPinchZoom
test. It times out on Linux.

TBR=kschmi@microsoft.com

Bug:1083805

Change-Id: I40927d173d8440f5e126119dbb4c85a8ace77e56
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2206133Reviewed-by: default avatarAlexey Baskakov <loyso@chromium.org>
Commit-Queue: Alexey Baskakov <loyso@chromium.org>
Cr-Commit-Position: refs/heads/master@{#769591}
parent 9484e733
...@@ -607,8 +607,16 @@ IN_PROC_BROWSER_TEST_P(AccessibilityHitTestingBrowserTest, ...@@ -607,8 +607,16 @@ IN_PROC_BROWSER_TEST_P(AccessibilityHitTestingBrowserTest,
} }
} }
// Timeouts on Linux. TODO(crbug.com/1083805): Enable this test.
#if defined(OS_LINUX)
#define MAYBE_CachingAsyncHitTestMissesElement_WithPinchZoom \
DISABLED_CachingAsyncHitTestMissesElement_WithPinchZoom
#else
#define MAYBE_CachingAsyncHitTestMissesElement_WithPinchZoom \
CachingAsyncHitTestMissesElement_WithPinchZoom
#endif
IN_PROC_BROWSER_TEST_P(AccessibilityHitTestingBrowserTest, IN_PROC_BROWSER_TEST_P(AccessibilityHitTestingBrowserTest,
CachingAsyncHitTestMissesElement_WithPinchZoom) { MAYBE_CachingAsyncHitTestMissesElement_WithPinchZoom) {
ASSERT_TRUE(embedded_test_server()->Start()); ASSERT_TRUE(embedded_test_server()->Start());
EXPECT_TRUE(NavigateToURL(shell(), GURL(url::kAboutBlankURL))); EXPECT_TRUE(NavigateToURL(shell(), GURL(url::kAboutBlankURL)));
......
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