diff options
| author | 2015-09-04 14:37:09 +0000 | |
|---|---|---|
| committer | 2015-09-04 14:37:09 +0000 | |
| commit | cbfbf0f2bfcf10cb4aa9a77900f46d01b1a73b4c (patch) | |
| tree | bd52d7075efec6370896bc3e95143221d3865103 | |
| parent | 60cb4af5bb16c52038d26fd6e627c4a08a293f9f (diff) | |
| parent | 43d5ccca037d2d91cab7b054cb3409a0f9f5e87b (diff) | |
Merge "Suppress tests in ListManagedCursorTest."
| -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(); |