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

Commit a8972c56 authored by Nataniel Borges's avatar Nataniel Borges Committed by Android (Google) Code Review
Browse files

Merge "IME to home tests should run only in 0 degrees" into sc-dev

parents a12f957b 539821ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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))
        }
    }
}