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

Commit 191f2114 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

Suppress tests in ListManagedCursorTest.

These tests are flaky.

Bug: 23811652
Change-Id: I6b61cebab9517393b6dc0a315e1589739ea50fb8
parent 0fa656b9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ import android.test.ActivityInstrumentationTestCase;
import android.test.FlakyTest;
import android.test.suitebuilder.annotation.LargeTest;
import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.Suppress;
import android.view.KeyEvent;
import android.widget.ListView;
import android.test.TouchUtils;
@@ -73,6 +74,7 @@ public class ListManagedCursorTest extends ActivityInstrumentationTestCase<ListM
     * Scroll the list using touch, launch new activity, hit back, make sure we're still scrolled.
     */
    @LargeTest
    @Suppress  // Flaky
    public void testTouchScrolling() {
        Instrumentation inst = getInstrumentation();
        
@@ -91,6 +93,7 @@ public class ListManagedCursorTest extends ActivityInstrumentationTestCase<ListM
     * we're still scrolled.
     */
    @LargeTest
    @Suppress  // Flaky
    public void testKeyScrollingToTouchMode() {
        Instrumentation inst = getInstrumentation();