Temperory ignore flaky visibleLayersShownMoreThanOneConsecutiveEntry
Splash screen sometimes cause the assertion fail Ignore the assertion until good approach available Test: atest WMShellFlickerTests Bug: 178447631 Change-Id: Id2dce31e409d22fceeacb67828631b81d7a50a09
This commit is contained in:
@@ -67,7 +67,8 @@ class NonResizableDismissInLegacySplitScreenTest(
|
||||
visibleLayersShownMoreThanOneConsecutiveEntry(
|
||||
listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName,
|
||||
nonResizeableApp.defaultWindowName, LETTER_BOX_NAME,
|
||||
TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME)
|
||||
TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME),
|
||||
bugId = 178447631
|
||||
)
|
||||
}
|
||||
windowManagerTrace {
|
||||
|
||||
@@ -68,7 +68,7 @@ class NonResizableLaunchInLegacySplitScreenTest(
|
||||
listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName,
|
||||
nonResizeableApp.defaultWindowName, LETTER_BOX_NAME,
|
||||
TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME),
|
||||
enabled = false
|
||||
bugId = 178447631
|
||||
)
|
||||
}
|
||||
windowManagerTrace {
|
||||
|
||||
Reference in New Issue
Block a user