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

Commit 9d03d61c authored by Perry Wu's avatar Perry Wu
Browse files

[PIP] mark failing PIP1 test as flaky

Marks failing test as flaky to prevent blocking others while root
causing.

Bug: 386333280
Flag: EXEMPT marking as flaky
Test: N/A

Change-Id: If84bba4d02cb07c0d5bb6bf1d8adb0a79cc362f3
parent 9547a525
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ import org.junit.runners.Parameterized
@Parameterized.UseParametersRunnerFactory(FlickerParametersRunnerFactory::class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@RequiresFlagsDisabled(Flags.FLAG_ENABLE_PIP2)
@FlakyTest(bugId = 386333280)
open class FromSplitScreenEnterPipOnUserLeaveHintTest(flicker: LegacyFlickerTest) :
    EnterPipTransition(flicker) {
    override val pipApp: PipAppHelper = PipAppHelper(instrumentation)