blob: a5ee3e24e14aeee6bfe54f14c7cecfa6175a13d4 [file] [log] [blame]
Pavel Grafov5af58412019-02-18 14:08:36 +00001{
Dan Shi78fdd562019-10-04 22:43:37 -07002 "presubmit": [
3 {
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 ],
Pavel Grafov5af58412019-02-18 14:08:36 +000015 "postsubmit": [
16 {
17 "name": "CtsDevicePolicyManagerTestCases"
18 }
19 ]
20}