Merge "Reenable (no longer) failing test" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
59417f3737
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user