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

Commit 04cf14cd authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Remove accidentely kept @Presubmit annotation

Bug: 292813143
Test: N/A
Change-Id: I2421e2d31a65c938b94a7e432f5edfdd0cbde7a5
parent ddc3e915
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
package com.android.wm.shell.flicker.pip

import android.platform.test.annotations.FlakyTest
import android.platform.test.annotations.Presubmit
import android.tools.device.flicker.junit.FlickerParametersRunnerFactory
import android.tools.device.flicker.legacy.FlickerBuilder
import android.tools.device.flicker.legacy.LegacyFlickerTest
@@ -68,7 +67,6 @@ class MovePipDownOnShelfHeightChange(flicker: LegacyFlickerTest) :

    /** Checks that the visible region of [pipApp] layer always moves down during the animation. */
    @FlakyTest(bugId = 292813143)
    @Presubmit
    @Test
    fun pipLayerMovesDown() = pipLayerMoves(Direction.DOWN)
}