Loading core/tests/coretests/src/android/widget/listview/ListManagedCursorTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,6 @@ public class ListManagedCursorTest extends ActivityInstrumentationTestCase<ListM * we're still scrolled. */ @LargeTest @Suppress // Flaky public void testKeyScrollingToTouchMode() { Instrumentation inst = getInstrumentation(); Loading @@ -115,6 +114,7 @@ public class ListManagedCursorTest extends ActivityInstrumentationTestCase<ListM */ @FlakyTest(tolerance=3) @LargeTest @Suppress // Flaky public void testTouchScrollingToTrackballMode() { Instrumentation inst = getInstrumentation(); Loading Loading
core/tests/coretests/src/android/widget/listview/ListManagedCursorTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,6 @@ public class ListManagedCursorTest extends ActivityInstrumentationTestCase<ListM * we're still scrolled. */ @LargeTest @Suppress // Flaky public void testKeyScrollingToTouchMode() { Instrumentation inst = getInstrumentation(); Loading @@ -115,6 +114,7 @@ public class ListManagedCursorTest extends ActivityInstrumentationTestCase<ListM */ @FlakyTest(tolerance=3) @LargeTest @Suppress // Flaky public void testTouchScrollingToTrackballMode() { Instrumentation inst = getInstrumentation(); Loading