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

Commit be648ee9 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable visibleLayersShowInConsecutiveEntries assertion on IME

This assertion is ~30% flaky at the moment

Bug: 162923992
Test: atest FlickerTests
Change-Id: I4abe2869a83ee6de910bd78f41ea0bbe802908f1
(cherry picked from commit 8982df5d)
parent 6c6fb9ea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -114,7 +114,8 @@ class CloseImeWindowToHomeTest(
                                enabled = !configuration.startRotation.isRotated())
                            navBarLayerIsAlwaysVisible()
                            statusBarLayerIsAlwaysVisible()
                            visibleLayersShownMoreThanOneConsecutiveEntry(listOf(IME_WINDOW_TITLE))
                            visibleLayersShownMoreThanOneConsecutiveEntry(listOf(IME_WINDOW_TITLE),
                                enabled = false)

                            imeLayerBecomesInvisible()
                            imeAppLayerBecomesInvisible(testApp)