summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jorge Gil <jorgegil@google.com> 2024-10-30 20:40:01 +0000
committer Jorge Gil <jorgegil@google.com> 2024-10-30 20:40:01 +0000
commitf44963d537a317fdd26d74f11f81b1c1f1386f1c (patch)
tree6df34d730226f819d7ecd6e5848bad6e1846769d
parent7e1bc07dcb8d85533e2d3837febef272f39cd90b (diff)
Ignore AppHandleEducationControllerTest
Running these with the entire WMShellModuleTests causes a crash and leaves the system in a bad state leading to other failures outside this class. Bug: 374328725 Bug: 375386897 Bug: 375386605 Bug: 375396353 Bug: 375397302 Flag: EXEMPT bugfix Test: atest WMShellModuleTests - no crashes Change-Id: Ibf5e6050c1ddbc80907dc050527379aa460775ea
-rw-r--r--libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/education/AppHandleEducationControllerTest.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/education/AppHandleEducationControllerTest.kt b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/education/AppHandleEducationControllerTest.kt
index 7dbadc9d9083..54198876955a 100644
--- a/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/education/AppHandleEducationControllerTest.kt
+++ b/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/education/AppHandleEducationControllerTest.kt
@@ -68,6 +68,7 @@ import org.mockito.kotlin.whenever
@SmallTest
@RunWith(AndroidTestingRunner::class)
@OptIn(ExperimentalCoroutinesApi::class)
+@Ignore("b/374328725")
class AppHandleEducationControllerTest : ShellTestCase() {
@JvmField
@Rule