Set the device_config_sync baseline back for FrameworksCoreTests

Add a TODO in the targetprepare which will finally be removed in the future: b/254155965

Bug: 256314256
Bug: 255972728

Change-Id: I64acac7ce49419818165431ef4eb9d24bb66127b
Test: atest FrameworksCoreTests
This commit is contained in:
Yihan Dong
2022-11-02 01:01:28 +00:00
parent 05661cbbde
commit cda45a1bdf

View File

@@ -25,6 +25,11 @@
<option name="test-file-name" value="BinderDeathRecipientHelperApp2.apk" />
</target_preparer>
<target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
<!-- TODO(b/254155965): Design a mechanism to finally remove this command. -->
<option name="run-command" value="settings put global device_config_sync_disabled 0" />
</target_preparer>
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.DeviceInteractionHelperInstaller" />
<option name="test-tag" value="FrameworksCoreTests" />