Merge "Suppress flaky test in EditorCursorDragTest" into rvc-dev

This commit is contained in:
Nikita Dubrovsky
2020-03-27 06:43:32 +00:00
committed by Android (Google) Code Review

View File

@@ -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);