Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ import android.view.View; import com.android.systemui.statusbar.ExpandableNotificationRow; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -37,6 +38,7 @@ public class NotificationViewWrapperTest { mContext = InstrumentationRegistry.getTargetContext(); } @Ignore("Broken") @Test public void constructor_doesntUseViewContext() throws Exception { new TestableNotificationViewWrapper(mContext, null /* view */, null /* row */); Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ import android.view.View; import com.android.systemui.statusbar.ExpandableNotificationRow; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -37,6 +38,7 @@ public class NotificationViewWrapperTest { mContext = InstrumentationRegistry.getTargetContext(); } @Ignore("Broken") @Test public void constructor_doesntUseViewContext() throws Exception { new TestableNotificationViewWrapper(mContext, null /* view */, null /* row */); Loading