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

Commit 15930b1b authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Reenable (no longer) failing test

Test: ApprovalPreferenceControllerTest
Fixes: 339550695
Flag: android.app.modes_api
Change-Id: Id71a17edd3fa1e9a03df3947c159161eee4dcd1a
parent c2df9e2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,8 +189,8 @@ public class ApprovalPreferenceControllerTest {

    @Test
    @EnableFlags(Flags.FLAG_MODES_API)
    @Ignore("b/339550695")
    public void disable() {
        when(mNm.isNotificationPolicyAccessGrantedForPackage(anyString())).thenReturn(false);
        mController.disable(mCn);
        verify(mFeatureFactory.metricsFeatureProvider).action(
                mContext,