Commit 4bf97081 authored by Kevin Marshall's avatar Kevin Marshall Committed by Commit Bot

Disable flaky test FlingControllerTest.EarlyTouchpadFlingCancelationOnFlingStop .

TBR=sahel@chromium.org,tdresser@chromium.org

Bug: 836996
Change-Id: Ic88f4b3f3ced63a83a25fa9c341ceaec8a7302a0
Reviewed-on: https://chromium-review.googlesource.com/1189026
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#586043}
parent bfb461fe
......@@ -345,7 +345,8 @@ TEST_F(FlingControllerTest,
EXPECT_EQ(WebInputEvent::kGestureScrollEnd, last_sent_gesture_.GetType());
}
TEST_F(FlingControllerTest, EarlyTouchpadFlingCancelationOnFlingStop) {
// Flaky. https://crbug.com/836996.
TEST_F(FlingControllerTest, DISABLED_EarlyTouchpadFlingCancelationOnFlingStop) {
base::TimeTicks progress_time = base::TimeTicks::Now();
SimulateFlingStart(blink::kWebGestureDeviceTouchpad, gfx::Vector2dF(1000, 0));
EXPECT_TRUE(FlingInProgress());
......
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