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

Commit 63c72f84 authored by Matt Casey's avatar Matt Casey
Browse files

Un-ignore ActionExecutorTest#startSharedTransition_callsLaunchIntent

Just needed to be turned off upstream.

Bug: 333869810
Test: atest ActionExecutorTest
Flag: N/A
Change-Id: Ic625dca964a8911bc91b3b0b2497df83a973424b
parent dc336859
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ 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
@@ -56,7 +55,6 @@ class ActionExecutorTest : SysuiTestCase() {

    private lateinit var actionExecutor: ActionExecutor

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