Skip to content
Snippets Groups Projects
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
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment