commit | b2be1ae5fc248e3bfaabc291dc3885cd8a4f8159 | [log] [tgz] |
---|---|---|
author | Eghosa Ewansiha-Vlachavas <eevlachavas@google.com> | Fri Oct 11 16:18:14 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Oct 11 16:18:14 2024 +0000 |
tree | 6105ee4128c32d8086db049ae75ee82a05abe0c3 | |
parent | 9a0e1329a542c9217f285c60d7ed3e5faf834336 [diff] | |
parent | 04bb4d12922c1c05f358215b8890e0694a025fb9 [diff] |
Merge "Run `RepositionFixedPortraitAppTest` in both orientations" into main
diff --git a/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/RepositionFixedPortraitAppTest.kt b/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/RepositionFixedPortraitAppTest.kt index 77423af..43ee186 100644 --- a/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/RepositionFixedPortraitAppTest.kt +++ b/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/RepositionFixedPortraitAppTest.kt
@@ -17,7 +17,6 @@ package com.android.wm.shell.flicker.appcompat import android.platform.test.annotations.Postsubmit -import android.tools.Rotation import android.tools.flicker.assertions.FlickerTest import android.tools.flicker.junit.FlickerParametersRunnerFactory import android.tools.flicker.legacy.FlickerBuilder @@ -91,9 +90,7 @@ @Parameterized.Parameters(name = "{0}") @JvmStatic fun getParams(): Collection<FlickerTest> { - return LegacyFlickerTestFactory.nonRotationTests( - supportedRotations = listOf(Rotation.ROTATION_90) - ) + return LegacyFlickerTestFactory.nonRotationTests() } } }