Reenable (no longer) failing test
Test: ApprovalPreferenceControllerTest Fixes: 339550695 Flag: android.app.modes_api Change-Id: Id71a17edd3fa1e9a03df3947c159161eee4dcd1a
This commit is contained in:
@@ -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