From 0e77adca1ad4d1d3fe879e1ae29dcd52c3c88a40 Mon Sep 17 00:00:00 2001 From: Nataniel Borges Date: Mon, 8 Mar 2021 16:10:46 +0100 Subject: [PATCH] Fix enter pip parameters Enter pip is not a rotation test and should use the non-rotation configuration Test: atest FlickerTests:com.android.wm.shell.flicker.pip.EnterPipTest Bug: 167521701 Change-Id: I0df35bdc08e7ac9c07bdf7f55398004076966410 --- .../src/com/android/wm/shell/flicker/pip/EnterPipTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipTest.kt b/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipTest.kt index 83dca53b1542f..2f08db1b7d0a7 100644 --- a/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipTest.kt +++ b/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipTest.kt @@ -107,7 +107,7 @@ class EnterPipTest(testSpec: FlickerTestParameter) : PipTransition(testSpec) { @JvmStatic fun getParams(): List { return FlickerTestParameterFactory.getInstance() - .getConfigRotationTests(supportedRotations = listOf(Surface.ROTATION_0), + .getConfigNonRotationTests(supportedRotations = listOf(Surface.ROTATION_0), repetitions = 5) } }