Fix enter pip parameters
Enter pip is not a rotation test and should use the non-rotation configuration Test: atest FlickerTests:com.android.wm.shell.flicker.pip.EnterPipTest Bug: 167521701 Change-Id: I0df35bdc08e7ac9c07bdf7f55398004076966410
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user