summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nikita Dubrovsky <dubrovsky@google.com> 2020-03-27 06:43:32 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-03-27 06:43:32 +0000
commit3413d084c32443ec307b1fa663ca9aa693bc08a3 (patch)
tree77d31e41a077264ec143780a95a0f148062ce404
parentdba485be4cd063715cf2281552a351488ddbd3e2 (diff)
parente8b3b31968c42bb986a8e0d7bed8c8268d17af7c (diff)
Merge "Suppress flaky test in EditorCursorDragTest" into rvc-dev
-rw-r--r--core/tests/coretests/src/android/widget/EditorCursorDragTest.java1
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);