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

Commit 70a12e91 authored by Robin Lee's avatar Robin Lee
Browse files

Ignore DesktopModeVisualIndicatorTest

Running this test as part of a larger suite causes its background
animations to leak into the next test, causing frequent crashes
of the entire test process.

The test should not run until it can clean up its background threads
and animators in an @After block.

Bug: 419771302
Test: atest WmShellUnitTests
Flag: EXEMPT fixing unit tests
Change-Id: Idf20088fa79dbef92f621d9631872c661f11ea36
parent 357db9df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ import com.android.wm.shell.shared.bubbles.BubbleDropTargetBoundsProvider
import com.android.wm.shell.windowdecor.tiling.SnapEventHandler
import com.google.common.truth.Truth.assertThat
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@@ -62,6 +63,7 @@ import org.mockito.kotlin.whenever
@RunWithLooper
@RunWith(AndroidTestingRunner::class)
@EnableFlags(FLAG_ENABLE_DESKTOP_WINDOWING_MODE)
@Ignore("Non-hermetic test - b/419771302")
class DesktopModeVisualIndicatorTest : ShellTestCase() {

    @JvmField @Rule val animatorTestRule = AnimatorTestRule(this)