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

Commit b0038d87 authored by Hongwei Wang's avatar Hongwei Wang
Browse files

Annotate ExitPipToAppViaExpandButtonTest

Annotate ExitPipToAppViaExpandButtonTest as Flaky while we are
investigating the underlying issue of it

- The behind Activity flashes for one frame at the end of expanding PiP
  to full-screen transition

Flag: TEST_ONLY
Bug: 391734110
Test: atest ExitPipToAppViaExpandButtonTest
Change-Id: Iad6eeb895ae2b517facc64ccb034b2609dd4288d
parent 76adf390
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.wm.shell.flicker.pip

import android.platform.test.annotations.FlakyTest
import android.platform.test.annotations.RequiresFlagsDisabled
import android.tools.flicker.junit.FlickerParametersRunnerFactory
import android.tools.flicker.legacy.FlickerBuilder
@@ -51,6 +52,7 @@ import org.junit.runners.Parameterized
 *        apps are running before setup
 * ```
 */
@FlakyTest(bugId = 391734110)
@RunWith(Parameterized::class)
@Parameterized.UseParametersRunnerFactory(FlickerParametersRunnerFactory::class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)