summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nikita Dubrovsky <dubrovsky@google.com> 2020-07-11 23:31:12 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-07-11 23:31:12 +0000
commit4b96fbc9ddc348a022b351b42e627d41064c1cc0 (patch)
tree8398e63f5178226bccd0f6dbc9bbb363724ff88f
parent15f35772357e600bd1cc8f24b78627b1ebd4b55a (diff)
parent59eed075de8e2e0d8b797389844cc1582ce0faa1 (diff)
Merge "Remove flaky test for cursor drag from presubmit" into rvc-dev am: e50d6658b6 am: 59eed075de
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12099133 Change-Id: I4a3978c71063b5e2ad785ec8d98ca5f4eb004f87
-rw-r--r--core/tests/coretests/src/android/widget/EditorCursorDragTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/tests/coretests/src/android/widget/EditorCursorDragTest.java b/core/tests/coretests/src/android/widget/EditorCursorDragTest.java
index 838f60069f27..df2946c97d20 100644
--- a/core/tests/coretests/src/android/widget/EditorCursorDragTest.java
+++ b/core/tests/coretests/src/android/widget/EditorCursorDragTest.java
@@ -37,7 +37,6 @@ import static org.junit.Assert.assertTrue;
import android.app.Activity;
import android.app.Instrumentation;
import android.graphics.Rect;
-import android.platform.test.annotations.Presubmit;
import android.text.Layout;
import android.text.Spannable;
import android.text.SpannableString;
@@ -96,7 +95,6 @@ public class EditorCursorDragTest {
mMotionEvents.clear();
}
- @Presubmit
@Test
public void testCursorDrag_horizontal_whenTextViewContentsFitOnScreen() throws Throwable {
String text = "Hello world!";