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

This commit is contained in:
Nikita Dubrovsky
2020-07-11 23:08:10 +00:00
committed by Android (Google) Code Review

View File

@@ -37,7 +37,6 @@ import static org.junit.Assert.assertTrue;
import android.app.Activity; import android.app.Activity;
import android.app.Instrumentation; import android.app.Instrumentation;
import android.graphics.Rect; import android.graphics.Rect;
import android.platform.test.annotations.Presubmit;
import android.text.Layout; import android.text.Layout;
import android.text.Spannable; import android.text.Spannable;
import android.text.SpannableString; import android.text.SpannableString;
@@ -96,7 +95,6 @@ public class EditorCursorDragTest {
mMotionEvents.clear(); mMotionEvents.clear();
} }
@Presubmit
@Test @Test
public void testCursorDrag_horizontal_whenTextViewContentsFitOnScreen() throws Throwable { public void testCursorDrag_horizontal_whenTextViewContentsFitOnScreen() throws Throwable {
String text = "Hello world!"; String text = "Hello world!";