blob: 3d86cf30f38edd33b7c4fe121e9ee2ca7ea74416 [file] [log] [blame]
Pavel Grafov5af58412019-02-18 14:08:36 +00001{
Dan Shi99441472019-10-04 11:17:33 -07002 "presubmit-devicepolicy": [
Dan Shi78fdd562019-10-04 22:43:37 -07003 {
4 "name": "CtsDevicePolicyManagerTestCases",
5 "options": [
6 {
7 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
8 },
9 {
10 "exclude-annotation": "android.platform.test.annotations.LargeTest"
11 }
12 ]
13 }
14 ],
Dan Shi99441472019-10-04 11:17:33 -070015 "postsubmit-devicepolicy": [
Pavel Grafov5af58412019-02-18 14:08:36 +000016 {
17 "name": "CtsDevicePolicyManagerTestCases"
18 }
19 ]
20}