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

Commit f80d150f authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "Revert "Ignore a broken test until it can be fixed."" into oc-dev am: 2d691791

am: df8508de

Change-Id: I648fcad9860b469003406c8892cf834a00b4b63d
parents 817d09b6 df8508de
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */);