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

Commit 66c4e57f authored by Jed Estep's avatar Jed Estep
Browse files

Disable TextViewActivityMouseTest#testContextMenu

This test is causing failures which are blocking other test results.
Disabled until a fix can be submitted.

Bug: 27765262
Change-Id: I459f1ab1c6d2d3119fc50166e8de0d1259801e2a
parent 46b52581
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,7 @@ import com.android.frameworks.coretests.R;
import android.support.test.espresso.Espresso;
import android.support.test.espresso.Espresso;
import android.test.ActivityInstrumentationTestCase2;
import android.test.ActivityInstrumentationTestCase2;
import android.test.suitebuilder.annotation.SmallTest;
import android.test.suitebuilder.annotation.SmallTest;
import android.test.suitebuilder.annotation.Suppress;
import android.view.MotionEvent;
import android.view.MotionEvent;
import android.widget.espresso.ContextMenuUtils;
import android.widget.espresso.ContextMenuUtils;


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


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