Disable visibleLayersShowInConsecutiveEntries assertion

This assertion is ~30% flaky at the moment

Bug: 162923992
Test: atest FlickerTests
Change-Id: I288b5f19ee45bd708a4c47b161f6b7f5405968b5
This commit is contained in:
Nataniel Borges
2021-01-26 08:43:29 +01:00
parent 8de82ccc63
commit beaddd2cde
2 changed files with 3 additions and 2 deletions

View File

@@ -67,7 +67,8 @@ class NonResizableLaunchInLegacySplitScreenTest(
visibleLayersShownMoreThanOneConsecutiveEntry(
listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName,
nonResizeableApp.defaultWindowName, LETTER_BOX_NAME,
TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME)
TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME),
enabled = false
)
}
windowManagerTrace {

View File

@@ -114,7 +114,7 @@ class ReOpenImeWindowTest(
configuration.endRotation)
statusBarLayerIsAlwaysVisible()
navBarLayerIsAlwaysVisible()
visibleLayersShownMoreThanOneConsecutiveEntry()
visibleLayersShownMoreThanOneConsecutiveEntry(enabled = false)
imeLayerBecomesVisible()
appLayerReplacesWallpaperLayer(testAppComponentName.className)