• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit-devicepolicy": [
3    {
4      "name": "CtsDevicePolicyManagerTestCases",
5      "options": [
6        {
7          "exclude-annotation": "androidx.test.filters.FlakyTest"
8        },
9        {
10          "exclude-annotation": "androidx.test.filters.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  "postsubmit": [
31    {
32      // TODO(b/332974906): Promote in presubmit presubmit-devicepolicy.
33      "name": "CtsDevicePolicyManagerTestCases_NoFlakes_NoLarge",
34      "name": "CtsDevicePolicyManagerTestCases_ParentProfileApiDisabled"
35    }
36  ]
37}
38