blob: b8cb4a91d6f158c8fbdbb1f83850b2f3af1ee8c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{
"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"
}
]
}
|