Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 676e9733 authored by Jed Estep's avatar Jed Estep Committed by android-build-merger
Browse files

Merge "Disable TextViewActivityMouseTest#testContextMenu" into nyc-dev

am: e9b5fc29

* commit 'e9b5fc29':
  Disable TextViewActivityMouseTest#testContextMenu
parents 7c9cac96 e9b5fc29
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ import com.android.frameworks.coretests.R;
import android.support.test.espresso.Espresso;
import android.test.ActivityInstrumentationTestCase2;
import android.test.suitebuilder.annotation.SmallTest;
import android.test.suitebuilder.annotation.Suppress;
import android.view.MotionEvent;
import android.widget.espresso.ContextMenuUtils;

@@ -97,6 +98,7 @@ public class TextViewActivityMouseTest extends ActivityInstrumentationTestCase2<
    }

    @SmallTest
    @Suppress
    public void testContextMenu() throws Exception {
        final String text = "abc def ghi.";
        onView(withId(R.id.textview)).perform(click());