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

This commit is contained in:
Nataniel Borges
2021-02-26 13:34:54 +00:00
committed by Android (Google) Code Review

View File

@@ -162,7 +162,8 @@ class CloseImeWindowToHomeTest(private val testSpec: FlickerTestParameter) {
@JvmStatic
fun getParams(): Collection<FlickerTestParameter> {
return FlickerTestParameterFactory.getInstance()
.getConfigNonRotationTests(repetitions = 5)
.getConfigNonRotationTests(repetitions = 5,
supportedRotations = listOf(Surface.ROTATION_0))
}
}
}