summaryrefslogtreecommitdiff
path: root/tests/RollbackTest/MultiUserRollbackTest.xml
diff options
context:
space:
mode:
author JW Wang <wangchun@google.com> 2020-03-03 16:17:57 +0800
committer JW Wang <wangchun@google.com> 2020-03-03 16:17:57 +0800
commit757a3bad2ce48da2571a497c1db0aab75f16ba18 (patch)
treeec61257911c7e03dad5853dcae65ccf839b0f384 /tests/RollbackTest/MultiUserRollbackTest.xml
parent78afcedf9fefcd651802183f7844d3660e3e67df (diff)
Do cleanup before/after running the test
Somehow rollbacks related to testappA are not cleaned before running the test and cause test failures. See b/150653097#comment2 for more details. Let's clean rollbacks manually to have a clean start. Bug: 150653097 Test: atest MultiUserRollbackTest Change-Id: I4eb126e193f76c821d26fc62115263b86066a215
Diffstat (limited to 'tests/RollbackTest/MultiUserRollbackTest.xml')
-rw-r--r--tests/RollbackTest/MultiUserRollbackTest.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/RollbackTest/MultiUserRollbackTest.xml b/tests/RollbackTest/MultiUserRollbackTest.xml
index 41cec461c377..ba86c3ff6777 100644
--- a/tests/RollbackTest/MultiUserRollbackTest.xml
+++ b/tests/RollbackTest/MultiUserRollbackTest.xml
@@ -15,9 +15,6 @@
-->
<configuration description="Runs rollback tests for multiple users">
<option name="test-suite-tag" value="MultiUserRollbackTest" />
- <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
- <option name="run-command" value="pm uninstall com.android.cts.install.lib.testapp.A" />
- </target_preparer>
<test class="com.android.tradefed.testtype.HostTest" >
<option name="class" value="com.android.tests.rollback.host.MultiUserRollbackTest" />
</test>