summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matt Casey <mrcasey@google.com> 2024-05-01 16:03:37 +0000
committer Matt Casey <mrcasey@google.com> 2024-05-01 16:03:37 +0000
commit63c72f8470a0db86876421c49c453cd6d3fc5b3a (patch)
tree913df14e4b32626059394ca60e8c20c6d2b0e011
parentdc336859b54116afdfa6fed5ce7ae174848e3466 (diff)
Un-ignore ActionExecutorTest#startSharedTransition_callsLaunchIntent
Just needed to be turned off upstream. Bug: 333869810 Test: atest ActionExecutorTest Flag: N/A Change-Id: Ic625dca964a8911bc91b3b0b2497df83a973424b
-rw-r--r--packages/SystemUI/tests/src/com/android/systemui/screenshot/ActionExecutorTest.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/screenshot/ActionExecutorTest.kt b/packages/SystemUI/tests/src/com/android/systemui/screenshot/ActionExecutorTest.kt
index 91f39126c67c..5e7d8fb5df02 100644
--- a/packages/SystemUI/tests/src/com/android/systemui/screenshot/ActionExecutorTest.kt
+++ b/packages/SystemUI/tests/src/com/android/systemui/screenshot/ActionExecutorTest.kt
@@ -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()