Merge "IME to home tests should run only in 0 degrees" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a8972c56a3
@@ -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))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user