Merge "Reenable (no longer) failing test" into main

This commit is contained in:
Treehugger Robot
2024-06-03 19:16:30 +00:00
committed by Android (Google) Code Review

View File

@@ -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,