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
|
@Test
|
||||||
@EnableFlags(Flags.FLAG_MODES_API)
|
@EnableFlags(Flags.FLAG_MODES_API)
|
||||||
@Ignore("b/339550695")
|
|
||||||
public void disable() {
|
public void disable() {
|
||||||
|
when(mNm.isNotificationPolicyAccessGrantedForPackage(anyString())).thenReturn(false);
|
||||||
mController.disable(mCn);
|
mController.disable(mCn);
|
||||||
verify(mFeatureFactory.metricsFeatureProvider).action(
|
verify(mFeatureFactory.metricsFeatureProvider).action(
|
||||||
mContext,
|
mContext,
|
||||||
|
|||||||
Reference in New Issue
Block a user