IME to home tests should run only in 0 degrees

The test is flaky on 90 degrees at the moment

Test: atest FlickerTests:CloseImeWindowToHomeTest
Bug: 162923992
Change-Id: I172f7727fa5be5f2e4806b850d94bc47850929ef
This commit is contained in:
Nataniel Borges
2021-02-26 13:49:44 +01:00
parent 1bb886a1bb
commit 539821ec43

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