31 lines
656 B
Plaintext
31 lines
656 B
Plaintext
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|