Skip to content
Snippets Groups Projects
Commit 59eed075 authored by Nikita Dubrovsky's avatar Nikita Dubrovsky Committed by Automerger Merge Worker
Browse files

Merge "Remove flaky test for cursor drag from presubmit" into rvc-dev am: e50d6658

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12099133

Change-Id: I3a86a03b24ea84c2383af45b61d4e098f1f8b8ed
parents 482997c5 e50d6658
No related branches found
No related tags found
No related merge requests found
......@@ -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!";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment