blob: 9bb1b4b9920756b5bb90a257e1ceacb524a6fdaf [file] [log] [blame]
Dieter Hsu67654482020-06-18 23:11:31 +08001{
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 ]
Sally8724e0e2021-04-15 23:45:57 +000021 },
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 ]
Dieter Hsu67654482020-06-18 23:11:31 +080035 }
36 ],
37 "postsubmit": [
38 {
39 "name": "CtsBugreportTestCases"
40 },
41 {
42 "name": "ShellTests"
43 }
44 ]
45}