summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Abodunrinwa Toki <toki@google.com> 2015-09-04 14:37:09 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-09-04 14:37:09 +0000
commitcbfbf0f2bfcf10cb4aa9a77900f46d01b1a73b4c (patch)
treebd52d7075efec6370896bc3e95143221d3865103
parent60cb4af5bb16c52038d26fd6e627c4a08a293f9f (diff)
parent43d5ccca037d2d91cab7b054cb3409a0f9f5e87b (diff)
Merge "Suppress tests in ListManagedCursorTest."
-rw-r--r--core/tests/coretests/src/android/widget/listview/ListManagedCursorTest.java2
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();