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

Commit 09d0ba31 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Demote failing EnterPipTest assertions

Bug: 239807171
Test: atest WMShellFlickerTests
Change-Id: I0aab73ac50f05956ca66a21e2b3021f2d875cd93
parent ebda4611
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ open class EnterPipTest(testSpec: FlickerTestParameter) : PipTransition(testSpec
    /**
     * Checks [pipApp] layer remains visible throughout the animation
     */
    @FlakyTest
    @FlakyTest(bugId = 239807171)
    @Test
    open fun pipAppLayerAlwaysVisible() {
        testSpec.assertLayers {
@@ -113,7 +113,7 @@ open class EnterPipTest(testSpec: FlickerTestParameter) : PipTransition(testSpec
     * Checks that the pip app layer remains inside the display bounds throughout the whole
     * animation
     */
    @Presubmit
    @FlakyTest(bugId = 239807171)
    @Test
    open fun pipLayerRemainInsideVisibleBounds() {
        testSpec.assertLayersVisibleRegion(pipApp) {