Commit 10a28e26 authored by Vasilii Sukhanov's avatar Vasilii Sukhanov Committed by Commit Bot

Disable RenderWidgetHostViewAuraOverscrollTest.ReverseFlingCancelsOverscroll on Win.

Tbr: sergeyu@chromium.org
Bug: 810690
Change-Id: I657ab563616524df4280855cce7553c692d55a9d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343265Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795921}
parent 6529d011
......@@ -3845,7 +3845,7 @@ TEST_F(RenderWidgetHostViewAuraOverscrollTest,
// Tests that a fling in the opposite direction of the overscroll cancels the
// overscroll instead of completing it.
// Flaky on Fuchsia: http://crbug.com/810690.
#if defined(OS_FUCHSIA) || defined(OS_LINUX)
#if defined(OS_FUCHSIA) || defined(OS_LINUX) || defined(OS_WIN)
#define MAYBE_ReverseFlingCancelsOverscroll \
DISABLED_ReverseFlingCancelsOverscroll
#else
......
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