blob: b8cb4a91d6f158c8fbdbb1f83850b2f3af1ee8c7 [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 {
Anna Zhuravleva7fab2342023-09-28 10:27:39 +00007 "exclude-annotation": "androidx.test.filters.FlakyTest"
Dan Shi78fdd562019-10-04 22:43:37 -07008 },
9 {
Anna Zhuravleva440b6172023-09-08 10:53:24 +000010 "exclude-annotation": "androidx.test.filters.LargeTest"
Dan Shi78fdd562019-10-04 22:43:37 -070011 }
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 }
kholoud mohamed1fe97a62022-04-05 11:50:10 +010019 ],
20 "presubmit": [
21 {
22 "name": "CtsDevicePolicyManagerTestCases",
23 "options": [
24 {
25 "include-filter": "com.android.cts.devicepolicy.ManagedProfileTest#testParentProfileApiDisabled"
26 }
27 ]
28 }
Ronald Braunsteind9b0dc52024-04-04 17:22:49 -070029 ],
30 "postsubmit": [
31 {
32 // TODO(b/332974906): Promote in presubmit presubmit-devicepolicy.
33 "name": "CtsDevicePolicyManagerTestCases_NoFlakes_NoLarge",
34 "name": "CtsDevicePolicyManagerTestCases_ParentProfileApiDisabled"
35 }
Pavel Grafov5af58412019-02-18 14:08:36 +000036 ]
37}