Fixing local atest runs of Launcher tests
When running tests locally on CF, installing test apk either fails or returns INSTALL_FAILED_VERIFICATION_FAILURE. Somehow this doesn’t happen when running on ATP. For local runs, fixing by disabling verification. Bug: 378782502 Test: local atest; presubmit Flag: NONE Test change Change-Id: I31b6d14587dbfed129ae3ddeef5e86f3c60432e9
This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
<option name="run-command" value="settings put system show_touches 1" />
|
||||
|
||||
<option name="run-command" value="setprop pixel_legal_joint_permission_v2 true" />
|
||||
|
||||
<option name="run-command" value="settings put global verifier_verify_adb_installs 0" />
|
||||
</target_preparer>
|
||||
|
||||
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
|
||||
|
||||
Reference in New Issue
Block a user