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

Commit 5aee08fd authored by Kean Mariotti's avatar Kean Mariotti
Browse files

Mark PipDragThenSnapTest as flaky

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

import android.graphics.Rect
import android.platform.test.annotations.FlakyTest
import android.platform.test.annotations.Presubmit
import android.tools.common.Rotation
import android.tools.device.flicker.junit.FlickerParametersRunnerFactory
@@ -34,6 +35,7 @@ import org.junit.runners.MethodSorters
import org.junit.runners.Parameterized

/** Test the snapping of a PIP window via dragging, releasing, and checking its final location. */
@FlakyTest(bugId = 294993100)
@RequiresDevice
@RunWith(Parameterized::class)
@Parameterized.UseParametersRunnerFactory(FlickerParametersRunnerFactory::class)