diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java index 0dad52f2942e3..7a72afdbdfd4c 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationViewWrapperTest.java @@ -24,7 +24,6 @@ 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; @@ -38,7 +37,6 @@ public class NotificationViewWrapperTest { mContext = InstrumentationRegistry.getTargetContext(); } - @Ignore("Broken") @Test public void constructor_doesntUseViewContext() throws Exception { new TestableNotificationViewWrapper(mContext, null /* view */, null /* row */);