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

Commit 706c84fd authored by Mateusz Cicheński's avatar Mateusz Cicheński Committed by Android (Google) Code Review
Browse files

Merge "Promote tests to presubmit."

parents 79dbdbac 679951e5
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ class AutoEnterPipOnGoToHomeTest(testSpec: FlickerTestParameter) : EnterPipTest(
            transitions { tapl.goHome() }
        }

    @FlakyTest
    @FlakyTest(bugId = 256863309)
    @Test
    override fun pipLayerReduces() {
        testSpec.assertLayers {
@@ -108,14 +108,6 @@ class AutoEnterPipOnGoToHomeTest(testSpec: FlickerTestParameter) : EnterPipTest(
        }
    }

    @FlakyTest(bugId = 239807171)
    @Test
    override fun pipAppLayerAlwaysVisible() = super.pipAppLayerAlwaysVisible()

    @FlakyTest(bugId = 239807171)
    @Test
    override fun pipLayerRemainInsideVisibleBounds() = super.pipLayerRemainInsideVisibleBounds()

    @Presubmit
    @Test
    override fun focusChanges() {