diff options
| author | 2021-02-26 13:34:54 +0000 | |
|---|---|---|
| committer | 2021-02-26 13:34:54 +0000 | |
| commit | a8972c56a3223f5eed6be6f99d46be8af13b8ebc (patch) | |
| tree | 66855713310356215213415c464855869223ba49 | |
| parent | a12f957be2757c6117de3dd1406db34818132847 (diff) | |
| parent | 539821ec43d89e290dbc4df323de4092da7b2995 (diff) | |
Merge "IME to home tests should run only in 0 degrees" into sc-dev
| -rw-r--r-- | tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeWindowToHomeTest.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeWindowToHomeTest.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeWindowToHomeTest.kt index 43bd96400eec..2bcdcd9c8219 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeWindowToHomeTest.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeWindowToHomeTest.kt @@ -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)) } } } |