Disable visibleLayersShowInConsecutiveEntries assertion
This assertion is ~30% flaky at the moment Bug: 162923992 Test: atest FlickerTests Change-Id: I288b5f19ee45bd708a4c47b161f6b7f5405968b5
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -114,7 +114,7 @@ class ReOpenImeWindowTest(
|
||||
configuration.endRotation)
|
||||
statusBarLayerIsAlwaysVisible()
|
||||
navBarLayerIsAlwaysVisible()
|
||||
visibleLayersShownMoreThanOneConsecutiveEntry()
|
||||
visibleLayersShownMoreThanOneConsecutiveEntry(enabled = false)
|
||||
|
||||
imeLayerBecomesVisible()
|
||||
appLayerReplacesWallpaperLayer(testAppComponentName.className)
|
||||
|
||||
Reference in New Issue
Block a user