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 8982df5d9a)
This commit is contained in:
Nataniel Borges
2021-01-26 16:33:09 +01:00
parent 6c6fb9eab8
commit be648ee97f

View File

@@ -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)