blob: b8cb4a91d6f158c8fbdbb1f83850b2f3af1ee8c7 [file] [log] [blame]
{
"presubmit-devicepolicy": [
{
"name": "CtsDevicePolicyManagerTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
}
],
"postsubmit-devicepolicy": [
{
"name": "CtsDevicePolicyManagerTestCases"
}
],
"presubmit": [
{
"name": "CtsDevicePolicyManagerTestCases",
"options": [
{
"include-filter": "com.android.cts.devicepolicy.ManagedProfileTest#testParentProfileApiDisabled"
}
]
}
],
"postsubmit": [
{
// TODO(b/332974906): Promote in presubmit presubmit-devicepolicy.
"name": "CtsDevicePolicyManagerTestCases_NoFlakes_NoLarge",
"name": "CtsDevicePolicyManagerTestCases_ParentProfileApiDisabled"
}
]
}