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

Commit d84075d6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Re-enable AppOpsServiceTest#testShutdown" into sc-dev am: 1461322b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14326717

Change-Id: I1ec19c3e591102986dc6757fa741faf394719505
parents 0edd9e37 1461322b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@ import com.android.server.pm.parsing.pkg.AndroidPackage;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.quality.Strictness;
@@ -223,7 +222,6 @@ public class AppOpsServiceTest {

    // Tests that ops are persisted during shutdown.
    @Test
    @Ignore("b/183523911")
    public void testShutdown() {
        mAppOpsService.setMode(OP_READ_SMS, mMyUid, sMyPackageName, MODE_ALLOWED);
        mAppOpsService.noteOperation(OP_READ_SMS, mMyUid, sMyPackageName, null, false, null, false);