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

Commit 3a5b1a12 authored by Andrei-Valentin Onea's avatar Andrei-Valentin Onea Committed by Automerger Merge Worker
Browse files

Merge "Fix compat change CTS test flakiness" am: bb0db1d2 am: 3d1cfa54 am: 1fe983ed

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

Change-Id: Id36d3ce48a39d40f714ef5131b4cee4644d1a590
parents 41c5dbb0 1fe983ed
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -107,7 +107,10 @@ class PlatformCompatCommandNotInstalledTest {
    fun ParcelFileDescriptor.text() = FileReader(fileDescriptor).readText()

    @After
    fun resetIdentity() = uiAutomation.dropShellPermissionIdentity()
    fun resetChangeIdAndIdentity() {
        command("am compat reset $TEST_CHANGE_ID $TEST_PKG")
        uiAutomation.dropShellPermissionIdentity()
    }

    @Test
    fun execute() {