From 88b8ea99589f2c5eac016cda13320328a5ee5c49 Mon Sep 17 00:00:00 2001 From: Matt Casey Date: Thu, 11 Apr 2024 15:00:36 +0000 Subject: Ignore ActionExecutorTest#startSharedTransition_callsLaunchIntent Test: atest ActionExecutorTest Bug: 333869810 Flag: N/A Change-Id: Ib6f5a6c7687117a0095341d5fb7deb1e09a071d6 --- .../tests/src/com/android/systemui/screenshot/ActionExecutorTest.kt | 2 ++ 1 file changed, 2 insertions(+) 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 5e7d8fb5df02..91f39126c67c 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/screenshot/ActionExecutorTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/screenshot/ActionExecutorTest.kt @@ -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() -- cgit v1.2.3-59-g8ed1b