Merge "Open IME tests should run only in 0 degrees" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f765ca7883
@@ -168,7 +168,8 @@ class OpenImeWindowTest(private val testSpec: FlickerTestParameter) {
|
||||
@JvmStatic
|
||||
fun getParams(): Collection<FlickerTestParameter> {
|
||||
return FlickerTestParameterFactory.getInstance()
|
||||
.getConfigNonRotationTests(repetitions = 5)
|
||||
.getConfigNonRotationTests(repetitions = 5,
|
||||
supportedRotations = listOf(Surface.ROTATION_0))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user