Loading tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ChangeAppRotationTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ class ChangeAppRotationTest( val instrumentation = InstrumentationRegistry.getInstrumentation() val testApp = StandardAppHelper(instrumentation, "com.android.server.wm.flicker.testapp", "SimpleApp") return FlickerTestRunnerFactory(instrumentation) return FlickerTestRunnerFactory(instrumentation, repetitions = 10) .buildRotationTest { configuration -> withTestName { buildTestTag( Loading Loading
tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ChangeAppRotationTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ class ChangeAppRotationTest( val instrumentation = InstrumentationRegistry.getInstrumentation() val testApp = StandardAppHelper(instrumentation, "com.android.server.wm.flicker.testapp", "SimpleApp") return FlickerTestRunnerFactory(instrumentation) return FlickerTestRunnerFactory(instrumentation, repetitions = 10) .buildRotationTest { configuration -> withTestName { buildTestTag( Loading