Merge "Open IME tests should run only in 0 degrees" into sc-dev

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

View File

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