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

Commit bb0db1d2 authored by Andrei-Valentin Onea's avatar Andrei-Valentin Onea Committed by Gerrit Code Review
Browse files

Merge "Fix compat change CTS test flakiness"

parents 19189d88 34a78c50
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() {