1{ 2 "presubmit-devicepolicy": [ 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 ], 15 "postsubmit-devicepolicy": [ 16 { 17 "name": "CtsDevicePolicyManagerTestCases" 18 } 19 ], 20 "presubmit": [ 21 { 22 "name": "CtsDevicePolicyManagerTestCases", 23 "options": [ 24 { 25 "include-filter": "com.android.cts.devicepolicy.ManagedProfileTest#testParentProfileApiDisabled" 26 } 27 ] 28 } 29 ] 30} 31