Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f478868 authored by Nataniel Borges's avatar Nataniel Borges Committed by Automerger Merge Worker
Browse files

Merge "Open IME tests should run only in 0 degrees" into sc-dev am: f765ca78

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13714651

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ibe7c56f9fa9c18fd6e99335fda6e709172f11dfd
parents e5b8c7ca f765ca78
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -168,7 +168,8 @@ class OpenImeWindowTest(private val testSpec: FlickerTestParameter) {
        @JvmStatic
        fun getParams(): Collection<FlickerTestParameter> {
            return FlickerTestParameterFactory.getInstance()
                .getConfigNonRotationTests(repetitions = 5)
                .getConfigNonRotationTests(repetitions = 5,
                    supportedRotations = listOf(Surface.ROTATION_0))
        }
    }
}