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:
Bill Lin
2021-01-27 16:44:15 +08:00
parent 947ce6df2e
commit d7ee2ede94
2 changed files with 3 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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 {