Merge "Fix enter pip parameters" into sc-dev

This commit is contained in:
Nataniel Borges
2021-03-10 10:37:29 +00:00
committed by Android (Google) Code Review

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)
}
}