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

Commit 677a0025 authored by Hsin-Yi Chen's avatar Hsin-Yi Chen
Browse files

Replace GoogleDeviceSetup with DeviceSetup in FlickerTests

This commit replaces GoogleDeviceSetup which is not on AOSP.

Test: atest FlickerTests
Bug: 128877715
Change-Id: I2e4167dd7e4e5ef3352cb8fda2f753a0acf2f600
parent 47119cf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 -->
<configuration description="Runs WindowManager Flicker Tests">
    <option name="test-tag" value="FlickerTests" />
    <target_preparer class="com.google.android.tradefed.targetprep.GoogleDeviceSetup">
    <target_preparer class="com.android.tradefed.targetprep.DeviceSetup">
        <!-- keeps the screen on during tests -->
        <option name="screen-always-on" value="on" />
        <!-- prevents the phone from restarting -->