Commit a5d1654e authored by Asanka Herath's avatar Asanka Herath Committed by Commit Bot

Disable flaky FlingControllerTest

FlingControllerTest.EarlyTouchscreenFlingCancelationOnFlingStop is
flaky.

Bug: 886992, 836996
Change-Id: I80a732f729ee8691a18ea7948c78cb1c9eb54a01
Reviewed-on: https://chromium-review.googlesource.com/1234976Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
Commit-Queue: Asanka Herath <asanka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592546}
parent cedf185f
...@@ -380,7 +380,9 @@ TEST_P(FlingControllerTest, DISABLED_EarlyTouchpadFlingCancelationOnFlingStop) { ...@@ -380,7 +380,9 @@ TEST_P(FlingControllerTest, DISABLED_EarlyTouchpadFlingCancelationOnFlingStop) {
EXPECT_EQ(0.f, last_sent_wheel_.delta_y); EXPECT_EQ(0.f, last_sent_wheel_.delta_y);
} }
TEST_P(FlingControllerTest, EarlyTouchscreenFlingCancelationOnFlingStop) { // Flaky. https://crbug.com/886992
TEST_P(FlingControllerTest,
DISABLED_EarlyTouchscreenFlingCancelationOnFlingStop) {
base::TimeTicks progress_time = base::TimeTicks::Now(); base::TimeTicks progress_time = base::TimeTicks::Now();
SimulateFlingStart(blink::kWebGestureDeviceTouchscreen, SimulateFlingStart(blink::kWebGestureDeviceTouchscreen,
gfx::Vector2dF(1000, 0)); gfx::Vector2dF(1000, 0));
......
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