Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43d5ccca authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

Suppress tests in ListManagedCursorTest.

These tests are flaky.

Bug: 23811652
Change-Id: Ic2aac3e852fbdaf3cfae54997212b976e830d121
parent 191f2114
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,6 @@ public class ListManagedCursorTest extends ActivityInstrumentationTestCase<ListM
     * we're still scrolled.
     */
    @LargeTest
    @Suppress  // Flaky
    public void testKeyScrollingToTouchMode() {
        Instrumentation inst = getInstrumentation();
        
@@ -115,6 +114,7 @@ public class ListManagedCursorTest extends ActivityInstrumentationTestCase<ListM
     */
    @FlakyTest(tolerance=3)
    @LargeTest
    @Suppress  // Flaky
    public void testTouchScrollingToTrackballMode() {
        Instrumentation inst = getInstrumentation();