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

Commit d499d0ee authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Demote failing pip tests"

parents 146c6a93 423aa4ad
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -106,6 +106,11 @@ class EnterPipOnUserLeaveHintTest(testSpec: FlickerTestParameter) : EnterPipTest
        super.focusChanges()
        super.focusChanges()
    }
    }


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

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


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

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