diff --git a/tests/robotests/src/com/android/settings/widget/EntityHeaderControllerTest.java b/tests/robotests/src/com/android/settings/widget/EntityHeaderControllerTest.java index 9ed6de3f2f3..c87aeeaed4b 100644 --- a/tests/robotests/src/com/android/settings/widget/EntityHeaderControllerTest.java +++ b/tests/robotests/src/com/android/settings/widget/EntityHeaderControllerTest.java @@ -45,6 +45,7 @@ import com.android.settings.R; import com.android.settingslib.widget.LayoutPreference; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Answers; @@ -207,6 +208,7 @@ public class EntityHeaderControllerTest { verify(activity, never()).startActivity(any(Intent.class)); } + @Ignore("b/313616350") @Test public void bindButton_hasAppInfo_shouldAttachClickListener() { final View appLinks = mLayoutInflater.inflate(