Commit ba18c910 authored by Nina Satragno's avatar Nina Satragno Committed by Commit Bot

[sheriff] Disable flaky overscroll test

Disable flaky test
ChromeRenderWidgetHostViewMacHistorySwiperTest.InnerScrollersOverscrollBehaviorPreventsNavigation

TBR=erikchen@chromium.org

Bug: 1070405
Change-Id: I9172489f113de25784c1ca7946a9b707ef797956
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225499Reviewed-by: default avatarNina Satragno <nsatragno@chromium.org>
Commit-Queue: Nina Satragno <nsatragno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773796}
parent a5a83da8
......@@ -798,8 +798,10 @@ IN_PROC_BROWSER_TEST_F(ChromeRenderWidgetHostViewMacHistorySwiperTest,
ExpectUrlAndOffset(url1_, 0);
}
IN_PROC_BROWSER_TEST_F(ChromeRenderWidgetHostViewMacHistorySwiperTest,
InnerScrollersOverscrollBehaviorPreventsNavigation) {
// TODO(crbug.com/1070405): flaky.
IN_PROC_BROWSER_TEST_F(
ChromeRenderWidgetHostViewMacHistorySwiperTest,
DISABLED_InnerScrollersOverscrollBehaviorPreventsNavigation) {
if (!IsHistorySwipingSupported())
return;
......
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