Merge "Fix enter pip parameters" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3f0a1f40a5
@@ -107,7 +107,7 @@ class EnterPipTest(testSpec: FlickerTestParameter) : PipTransition(testSpec) {
|
|||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun getParams(): List<FlickerTestParameter> {
|
fun getParams(): List<FlickerTestParameter> {
|
||||||
return FlickerTestParameterFactory.getInstance()
|
return FlickerTestParameterFactory.getInstance()
|
||||||
.getConfigRotationTests(supportedRotations = listOf(Surface.ROTATION_0),
|
.getConfigNonRotationTests(supportedRotations = listOf(Surface.ROTATION_0),
|
||||||
repetitions = 5)
|
repetitions = 5)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user