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

Commit 77ab56fa authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable failing flicker test

Test was incorrectly enabled on ag/20065436

Test: atest FlickerTests WMShellFlickerTests
Change-Id: Id327070e72f3f1e1c04ad1a829be09886196d3a3
parent a77b86f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

package com.android.server.wm.flicker.close

import android.platform.test.annotations.Presubmit
import android.platform.test.annotations.FlakyTest
import androidx.test.filters.RequiresDevice
import com.android.server.wm.flicker.FlickerParametersRunnerFactory
import com.android.server.wm.flicker.FlickerTestParameter
@@ -78,7 +78,7 @@ class CloseAppBackButtonTest(testSpec: FlickerTestParameter) : CloseAppTransitio
        }

    /** {@inheritDoc} */
    @Presubmit
    @FlakyTest(bugId = 206753786)
    @Test
    override fun navBarLayerPositionAtStartAndEnd() = super.navBarLayerPositionAtStartAndEnd()