Merge "Fix enter pip parameters" into sc-dev am: 3f0a1f40a5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13806830

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2c75420f9e5c3bc7a5096e880f9341ffb44c41ac
This commit is contained in:
Nataniel Borges
2021-03-10 11:00:47 +00:00
committed by Automerger Merge Worker

View File

@@ -107,7 +107,7 @@ class EnterPipTest(testSpec: FlickerTestParameter) : PipTransition(testSpec) {
@JvmStatic
fun getParams(): List<FlickerTestParameter> {
return FlickerTestParameterFactory.getInstance()
.getConfigRotationTests(supportedRotations = listOf(Surface.ROTATION_0),
.getConfigNonRotationTests(supportedRotations = listOf(Surface.ROTATION_0),
repetitions = 5)
}
}