Merge "Disable visibleLayersShowInConsecutiveEntries assertion"

This commit is contained in:
TreeHugger Robot
2021-01-26 14:31:26 +00:00
committed by Android (Google) Code Review
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

@@ -119,7 +119,7 @@ class ReOpenImeWindowTest(
enabled = !configuration.startRotation.isRotated())
statusBarLayerIsAlwaysVisible()
navBarLayerIsAlwaysVisible()
visibleLayersShownMoreThanOneConsecutiveEntry()
visibleLayersShownMoreThanOneConsecutiveEntry(enabled = false)
imeLayerBecomesVisible()
appLayerReplacesWallpaperLayer(testAppComponentName.className)