diff options
| -rw-r--r-- | core/tests/coretests/src/android/widget/listview/ListManagedCursorTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/coretests/src/android/widget/listview/ListManagedCursorTest.java b/core/tests/coretests/src/android/widget/listview/ListManagedCursorTest.java index 06d169f86be4..eb27bc5528ef 100644 --- a/core/tests/coretests/src/android/widget/listview/ListManagedCursorTest.java +++ b/core/tests/coretests/src/android/widget/listview/ListManagedCursorTest.java @@ -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(); |