blob: 5fd3d36b922b087036a09499b723bae2cf88aae9 [file] [log] [blame]
Jeff Sharkey067c0962020-06-11 11:57:20 -06001{
2 "presubmit": [
3 {
4 "name": "CtsProviderTestCases",
5 "options": [
6 {
7 "include-filter": "android.provider.cts.media.MediaStore_DownloadsTest"
8 }
9 ]
10 },
11 {
12 "name": "CtsAppTestCases",
13 "options": [
14 {
15 "include-filter": "android.app.cts.DownloadManagerTest"
16 }
17 ]
18 },
19 {
20 "name": "CtsDownloadManagerApi28"
21 },
22 {
23 "name": "CtsDownloadManagerInstaller"
24 },
25 {
26 "name": "DownloadProviderTests"
27 },
28 {
29 "name": "DownloadProviderPermissionTests"
30 },
31 {
32 "name": "DownloadPublicApiAccessTests"
33 }
34 ]
35}