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

Commit 1975b658 authored by Ioana Moraru's avatar Ioana Moraru
Browse files

Disable flaky app launch tests from presubmit

Disable OpenAppNonResizeableTest appLayerBecomesVisible and statusBarWindowIsVisible from presubmit to avoid blocking other CLs

Test: atest FlickerTests:OpenAppNonResizeableTest
Change-Id: Ie8e0e79baa1b2a4ec383a8720e1bdce8ba93cea7
parent a432e4f3
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import com.android.server.wm.flicker.FlickerTestParameterFactory
import com.android.server.wm.flicker.annotation.Group1
import com.android.server.wm.flicker.helpers.NonResizeableAppHelper
import com.android.server.wm.flicker.dsl.FlickerBuilder
import com.android.server.wm.flicker.statusBarWindowIsVisible
import com.android.server.wm.traces.common.FlickerComponentName
import com.google.common.truth.Truth
import org.junit.FixMethodOrder
@@ -107,7 +108,7 @@ class OpenAppNonResizeableTest(testSpec: FlickerTestParameter) : OpenAppTransiti
     * Checks that the app layer doesn't exist at the start of the transition, that it is
     * created (invisible) and becomes visible during the transition
     */
    @Presubmit
    @FlakyTest
    @Test
    fun appLayerBecomesVisible() {
        testSpec.assertLayers {
@@ -166,6 +167,11 @@ class OpenAppNonResizeableTest(testSpec: FlickerTestParameter) : OpenAppTransiti
        }
    }

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

    /** {@inheritDoc} */
    @FlakyTest
    @Test