Commit d8303755 authored by Liviu Tinta's avatar Liviu Tinta Committed by Commit Bot

Disable flaky test ContentViewScrollingTest#testFlingDistance

Bug: 1132544
Change-Id: I5bcb7698fba041cd87917794076b95c44d5e268a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509013Reviewed-by: default avatarLan Wei <lanwei@chromium.org>
Reviewed-by: default avatarJinsuk Kim <jinsukkim@chromium.org>
Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Commit-Queue: Liviu Tinta <liviutinta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824298}
parent 7fc2183d
...@@ -224,6 +224,7 @@ public class ContentViewScrollingTest { ...@@ -224,6 +224,7 @@ public class ContentViewScrollingTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"Main"}) @Feature({"Main"})
@DisabledTest(message = "Test is flaky. crbug.com/1132544")
public void testFlingDistance() { public void testFlingDistance() {
// Scaling the initial velocity by the device scale factor ensures that // Scaling the initial velocity by the device scale factor ensures that
// it's of sufficient magnitude for all displays densities. // it's of sufficient magnitude for all displays densities.
......
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