diff options
| author | 2024-05-24 09:29:15 -0700 | |
|---|---|---|
| committer | 2024-05-24 09:29:15 -0700 | |
| commit | 50a2b69719308c6d72395dec441397b44b44cf5c (patch) | |
| tree | defbdf1a50e16505019566f2a89975c0d9e3672a | |
| parent | 3a1491d0ae497cdfee256501404e121d5e001d0d (diff) | |
Annotate entireScreenCovered in split to pip test
Annotate FromSplitScreenEnterPipOnUserLeaveHintTest#entireScreenCovered
as flaky while we investigating the case.
Seem like that, half of the display where the will-pip app was becomes
empty at the beginning of the transition.
Bug: 336510055
Test: atest WMShellFlickerTestsPip1
Change-Id: I36ed7c3b41f21dd8d6a76601e471d4e5551923ae
| -rw-r--r-- | libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/FromSplitScreenEnterPipOnUserLeaveHintTest.kt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/FromSplitScreenEnterPipOnUserLeaveHintTest.kt b/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/FromSplitScreenEnterPipOnUserLeaveHintTest.kt index f2f10aef4fd7..d03d7799d675 100644 --- a/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/FromSplitScreenEnterPipOnUserLeaveHintTest.kt +++ b/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/FromSplitScreenEnterPipOnUserLeaveHintTest.kt @@ -188,6 +188,13 @@ class FromSplitScreenEnterPipOnUserLeaveHintTest(flicker: LegacyFlickerTest) : override fun visibleLayersShownMoreThanOneConsecutiveEntry() = super.visibleLayersShownMoreThanOneConsecutiveEntry() + /** {@inheritDoc} */ + @Test + @FlakyTest(bugId = 336510055) + override fun entireScreenCovered() { + super.entireScreenCovered() + } + companion object { @Parameterized.Parameters(name = "{0}") @JvmStatic |