Run CloseImeToHome 5x as other flicker tests
Running multiple times is necessary to detect CLs introducing flickers early, and it's the default on other flicker tests Test: atest FlickerTests Change-Id: I12ef3345e05f82fd750afd61536e144d7f13acf5
This commit is contained in:
@@ -178,7 +178,7 @@ class CloseImeAutoOpenWindowToHomeTest(private val testSpec: FlickerTestParamete
|
||||
@JvmStatic
|
||||
fun getParams(): Collection<FlickerTestParameter> {
|
||||
return FlickerTestParameterFactory.getInstance()
|
||||
.getConfigNonRotationTests(repetitions = 1,
|
||||
.getConfigNonRotationTests(repetitions = 5,
|
||||
// b/190352379 (IME doesn't show on app launch in 90 degrees)
|
||||
supportedRotations = listOf(Surface.ROTATION_0),
|
||||
supportedNavigationModes = listOf(
|
||||
|
||||
Reference in New Issue
Block a user