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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id187fae975e22a7728bdc66763f64bf489fee836
This commit is contained in:
TreeHugger Robot
2021-01-28 05:44:04 +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(
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 {