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

Commit 423aa4ad authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Demote failing pip tests

Stabilize presubmit

Test: atest WMShellFlickerTests
Change-Id: If98bc91eabc81006dfb9d4a82a693c0e61b39b60
parent 8b72a196
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -106,6 +106,11 @@ class EnterPipOnUserLeaveHintTest(testSpec: FlickerTestParameter) : EnterPipTest
        super.focusChanges()
    }

    /** {@inheritDoc}  */
    @Postsubmit
    @Test
    override fun pipAppWindowAlwaysVisible() = super.pipAppWindowAlwaysVisible()

    @Presubmit
    @Test
    override fun entireScreenCovered() {
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ open class EnterPipTest(testSpec: FlickerTestParameter) : PipTransition(testSpec
     */
    @Presubmit
    @Test
    fun pipAppWindowAlwaysVisible() {
    open fun pipAppWindowAlwaysVisible() {
        testSpec.assertWm {
            this.isAppWindowVisible(pipApp)
        }
+5 −0
Original line number Diff line number Diff line
@@ -84,6 +84,11 @@ class ExitPipViaExpandButtonClickTest(
    @Test
    override fun entireScreenCovered() = super.entireScreenCovered()

    /** {@inheritDoc}  */
    @FlakyTest(bugId = 197726610)
    @Test
    override fun pipLayerExpands() = super.pipLayerExpands()

    companion object {
        /**
         * Creates the test configurations.