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

Commit cda45a1b authored by Yihan Dong's avatar Yihan Dong
Browse files

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
parent 05661cbb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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" />