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

Commit 00e56a25 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "InputTests: Disable the white balance adjustments" into main

parents 621ef044 237174fb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,11 +10,13 @@
        <option name="screen-always-on" value="on" />
        <!-- prevents the phone from restarting -->
        <option name="force-skip-system-props" value="true" />
        <!-- disables white balance corrections since they may affect screenshot tests -->
        <option name="set-secure-setting" key="display_white_balance_enabled" value="0" />
        <option name="restore-settings" value="true" />
    </target_preparer>
    <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
        <option name="cleanup-apks" value="true"/>
        <option name="test-file-name" value="InputTests.apk"/>

    </target_preparer>
    <test class="com.android.tradefed.testtype.AndroidJUnitTest">
        <option name="package" value="com.android.test.input"/>