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

Commit 7884b585 authored by Nataniel Borges's avatar Nataniel Borges Committed by Automerger Merge Worker
Browse files

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

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