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

Commit d57d949b 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: I3e7c87cd9bf0dac78c98d53645c748fd420fc42a
parents 4f46576f 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);