Dan Shi 994414753f Move CtsDevicePolicyManagerTestCases to its own group
Rebase from master branch

Bug: 141061952
Test: none
Change-Id: I54d9e1fbaa1bab11581bcd66d55255ae713b1bf6
2019-10-04 22:45:39 -07:00

21 lines
419 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"
}
]
}