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

Commit 6474834f authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Demote failing LaunchBubbleFromLockScreen assertion

Test: atest WMShellFlickerTests
Change-Id: Ic7255e4a65647db59286146e8dca4c895a7f3371
parent 3c2b619f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -100,6 +100,12 @@ class LaunchBubbleFromLockScreen(testSpec: FlickerTestParameter) : BaseBubbleScr
        }
    }

    /** {@inheritDoc} */
    @FlakyTest
    @Test
    override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
        super.visibleLayersShownMoreThanOneConsecutiveEntry()

    /** {@inheritDoc} */
    @FlakyTest(bugId = 206753786)
    @Test