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

Commit 6f9738e9 authored by Matt Casey's avatar Matt Casey Committed by Automerger Merge Worker
Browse files

Merge "Ignore ActionExecutorTest#startSharedTransition_callsLaunchIntent" into...

Merge "Ignore ActionExecutorTest#startSharedTransition_callsLaunchIntent" into 24D1-dev am: 09515aa1

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



Change-Id: I4a27443fe1af272c08e47d57895d897ad523266c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 42650607 09515aa1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import com.android.systemui.SysuiTestCase
import com.android.systemui.util.mockito.argumentCaptor
import com.android.systemui.util.mockito.mock
import com.google.common.truth.Truth.assertThat
import kotlin.test.Ignore
import kotlin.test.Test
import kotlinx.coroutines.test.StandardTestDispatcher
import kotlinx.coroutines.test.TestCoroutineScheduler
@@ -55,6 +56,7 @@ class ActionExecutorTest : SysuiTestCase() {

    private lateinit var actionExecutor: ActionExecutor

    @Ignore // Fixed with newer mockito version (in main)
    @Test
    fun startSharedTransition_callsLaunchIntent() = runTest {
        actionExecutor = createActionExecutor()