Merge "Disable visibleLayersShowInConsecutiveEntries assertion"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c64d83723f
@@ -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 {
|
||||
|
||||
@@ -119,7 +119,7 @@ class ReOpenImeWindowTest(
|
||||
enabled = !configuration.startRotation.isRotated())
|
||||
statusBarLayerIsAlwaysVisible()
|
||||
navBarLayerIsAlwaysVisible()
|
||||
visibleLayersShownMoreThanOneConsecutiveEntry()
|
||||
visibleLayersShownMoreThanOneConsecutiveEntry(enabled = false)
|
||||
|
||||
imeLayerBecomesVisible()
|
||||
appLayerReplacesWallpaperLayer(testAppComponentName.className)
|
||||
|
||||
Reference in New Issue
Block a user