summaryrefslogtreecommitdiff
path: root/adservices/tests/cts/endtoends/topics/AndroidTest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'adservices/tests/cts/endtoends/topics/AndroidTest.xml')
-rw-r--r--adservices/tests/cts/endtoends/topics/AndroidTest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/adservices/tests/cts/endtoends/topics/AndroidTest.xml b/adservices/tests/cts/endtoends/topics/AndroidTest.xml
index 4e4b358a61..187fd544f8 100644
--- a/adservices/tests/cts/endtoends/topics/AndroidTest.xml
+++ b/adservices/tests/cts/endtoends/topics/AndroidTest.xml
@@ -33,6 +33,11 @@
<option name="package" value="com.android.adservices.tests.cts.endtoendtest"/>
</test>
+<target_preparer class="com.android.tradefed.targetprep.DeviceSetup" >
+ <option name="force-skip-system-props" value="true" />
+ <option name="disable-device-config-sync" value="true" />
+</target_preparer>
+
<!-- Create place to store tests apks that will be installed/uninstalled in the test. -->
<target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
<option name="run-command" value="mkdir -p /data/local/tmp/cts/install" />