Philip P. Moltmann dbcebfe14f Make package installer tests post submit
As they are UI-tests and hence to flaky for pre-submit.

Fixes: 131353722
Test: n/a
Change-Id: I7bea06bbe16717406ccd0676fb83396066959a92
2019-04-25 16:52:44 -07:00

24 lines
447 B
Plaintext

{
"postsubmit": [
{
"name": "CtsPackageInstallTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.AppModeInstant"
}
]
},
{
"name": "CtsNoPermissionTestCases"
},
{
"name": "CtsNoPermissionTestCases25"
},
{
"name": "CtsPackageInstallerTapjackingTestCases"
},
{
"name": "CtsPackageUninstallTestCases"
}
]
}