diff options
| author | 2020-03-26 21:10:39 -0700 | |
|---|---|---|
| committer | 2020-03-26 21:23:34 -0700 | |
| commit | e8b3b31968c42bb986a8e0d7bed8c8268d17af7c (patch) | |
| tree | 480b9d97794c483a636158b9d967c0945ac0be05 | |
| parent | 724e880e55d79211afdbff1620aeeeb1333ee2ad (diff) | |
Suppress flaky test in EditorCursorDragTest
Bug: 152560519
Test: Presubmit
Change-Id: I07785daa6c031801bb5793923836c5345205e4bc
| -rw-r--r-- | core/tests/coretests/src/android/widget/EditorCursorDragTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/tests/coretests/src/android/widget/EditorCursorDragTest.java b/core/tests/coretests/src/android/widget/EditorCursorDragTest.java index 9a93dbf67d33..4bfffd72d835 100644 --- a/core/tests/coretests/src/android/widget/EditorCursorDragTest.java +++ b/core/tests/coretests/src/android/widget/EditorCursorDragTest.java @@ -494,6 +494,7 @@ public class EditorCursorDragTest { simulateDrag(tv, events, true); } + @Suppress // b/152574363 @Test public void testLineChangeSlop() throws Throwable { TextView tv = mActivity.findViewById(R.id.textview); |