blob: 93218cf8487c04ecf423cc11c8aea165fdfbedd8 [file] [log] [blame]
Jeff Sharkey95d29ee2019-03-23 12:40:01 -06001{
2 "presubmit": [
3 {
4 "name": "MediaProviderTests"
5 },
6 {
Abhijeet Kaur44302fd2020-11-24 13:44:04 +00007 "name": "MediaProviderClientTests",
8 "options": [
9 {
10 "exclude-annotation": "androidx.test.filters.LargeTest"
11 }
12 ]
Jeff Sharkey56c34e82019-11-21 15:56:37 -070013 },
14 {
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060015 "name": "CtsProviderTestCases",
16 "options": [
17 {
Jeff Sharkey746a3b92019-08-28 14:20:42 -060018 "include-filter": "android.provider.cts.media."
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060019 }
20 ]
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000021 },
22 {
easoncylee14c39d92020-05-12 09:03:23 +080023 // This is a typo and is tracked in b/155715039 but flaky on CF.
24 // Will fix this once the root cause of flake is fixed.
Abhijeet Kaur7fb06312019-12-09 10:55:39 +000025 "name": "AdoptableHostTest"
26 },
27 {
Corina3998df12020-08-05 11:01:19 +010028 "name": "CtsScopedStorageCoreHostTest"
29 },
30 {
shafik2164f392020-05-27 11:45:02 +010031 "name": "CtsScopedStorageHostTest"
Zimef1ad122020-02-21 19:32:15 +000032 },
33 {
34 "name": "fuse_node_test"
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060035 }
Abhijeet Kaur44302fd2020-11-24 13:44:04 +000036 ],
37 "postsubmit": [
38 {
39 "name": "MediaProviderClientTests"
40 }
Jeff Sharkey95d29ee2019-03-23 12:40:01 -060041 ]
42}