Merge "Temperory ignore flaky visibleLayersShownMoreThanOneConsecutiveEntry" into sc-dev am: f6e8b35b63

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13410418

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I14fed6f3b7cd933b8ba1ded80c1ba79bb3ba9ece
This commit is contained in:
TreeHugger Robot
2021-01-28 05:33:01 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 2 deletions

View File

@@ -67,7 +67,8 @@ class NonResizableDismissInLegacySplitScreenTest(
visibleLayersShownMoreThanOneConsecutiveEntry( visibleLayersShownMoreThanOneConsecutiveEntry(
listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName, listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName,
nonResizeableApp.defaultWindowName, LETTER_BOX_NAME, nonResizeableApp.defaultWindowName, LETTER_BOX_NAME,
TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME) TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME),
bugId = 178447631
) )
} }
windowManagerTrace { windowManagerTrace {

View File

@@ -68,7 +68,7 @@ class NonResizableLaunchInLegacySplitScreenTest(
listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName, listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName,
nonResizeableApp.defaultWindowName, LETTER_BOX_NAME, nonResizeableApp.defaultWindowName, LETTER_BOX_NAME,
TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME), TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME),
enabled = false bugId = 178447631
) )
} }
windowManagerTrace { windowManagerTrace {