easoncylee 25a14aff21 Move CtsInstalledLoadingProgressHostTests to group presubmit-large
The test config takes longer than 15mins to run. Move it to a dedicated
group for running slow presubmit Test Mapping test.

Some more context is in the referenced bug, e.g, b/174495337
The group will work exactly the same as presubmit for now.

Bug: 174654670
Bug: 174495337
Test: none
Change-Id: Id12caa8a87b6be142d49e8e871c6edb01ffbab6a
2021-04-19 03:00:20 +00:00

35 lines
780 B
Plaintext

{
"presubmit": [
{
"name": "CtsContentTestCases",
"options": [
{
"include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
},
{
"include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
},
{
"include-filter": "android.content.pm.cts.ChecksumsTest"
}
]
},
{
"name": "CtsPackageManagerStatsHostTestCases",
"options": [
{
"include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
}
]
},
{
"name": "CtsIncrementalInstallHostTestCases"
}
],
"presubmit-large": [
{
"name": "CtsInstalledLoadingProgressHostTests"
}
]
}