Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50a2b697 authored by Hongwei Wang's avatar Hongwei Wang
Browse files

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
parent 3a1491d0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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