| { | |
| "presubmit-devicepolicy": [ | |
| { | |
| "name": "CtsDevicePolicyManagerTestCases", | |
| "options": [ | |
| { | |
| "exclude-annotation": "android.platform.test.annotations.FlakyTest" | |
| }, | |
| { | |
| "exclude-annotation": "android.platform.test.annotations.LargeTest" | |
| } | |
| ] | |
| } | |
| ], | |
| "postsubmit-devicepolicy": [ | |
| { | |
| "name": "CtsDevicePolicyManagerTestCases" | |
| } | |
| ], | |
| "presubmit": [ | |
| { | |
| "name": "CtsDevicePolicyManagerTestCases", | |
| "options": [ | |
| { | |
| "include-filter": "com.android.cts.devicepolicy.ManagedProfileTest#testParentProfileApiDisabled" | |
| } | |
| ] | |
| } | |
| ] | |
| } |