1{
2  "presubmit": [
3    {
4      "name": "CtsBugreportTestCases",
5      "options": [
6        {
7          "exclude-annotation": "androidx.test.filters.LargeTest"
8        }
9      ]
10    },
11    {
12      "name": "ShellTests",
13      "options": [
14        {
15          "exclude-annotation": "androidx.test.filters.LargeTest"
16        },
17        {
18          "exclude-annotation": "androidx.test.filters.FlakyTest"
19        }
20      ]
21    },
22    {
23      "name": "CtsUiAutomationTestCases",
24      "options": [
25        {
26          "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptAllShellPermissions"
27        },
28        {
29          "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptSomeShellPermissions"
30        },
31        {
32          "exclude-annotation": "androidx.test.filters.FlakyTest"
33        }
34      ]
35    }
36  ],
37  "postsubmit": [
38    {
39      "name": "CtsBugreportTestCases"
40    },
41    {
42      "name": "ShellTests"
43    }
44  ]
45}
46