Unmark ExitPipViaIntent flaky for shell-transitions
statusBarlayerRotatesScales is still flaky for legacy, so I split those up. Bug: 227006499 Test: atest WMShellFlickerTests:ExitPipViaIntentTest Change-Id: I3129303f854e9fae743421d8bb94fbba0422665f
This commit is contained in:
@@ -80,7 +80,17 @@ class ExitPipViaIntentTest(testSpec: FlickerTestParameter) : ExitPipToAppTransit
|
||||
/** {@inheritDoc} */
|
||||
@FlakyTest(bugId = 206753786)
|
||||
@Test
|
||||
override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales()
|
||||
override fun statusBarLayerRotatesScales() {
|
||||
Assume.assumeFalse(isShellTransitionsEnabled)
|
||||
super.statusBarLayerRotatesScales()
|
||||
}
|
||||
|
||||
@Presubmit
|
||||
@Test
|
||||
fun statusBarLayerRotatesScales_ShellTransit() {
|
||||
Assume.assumeTrue(isShellTransitionsEnabled)
|
||||
super.statusBarLayerRotatesScales()
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
@FlakyTest(bugId = 197726610)
|
||||
|
||||
Reference in New Issue
Block a user