blob: 6b9f1ebd4061bf88e42188071d0c38ad9e1c9c73 [file] [log] [blame]
Dieter Hsu67654482020-06-18 23:11:31 +08001{
2 "presubmit": [
3 {
Ronald Braunsteina8fb3112024-09-12 19:13:07 +00004 "name": "CtsBugreportTestCases_android_server_os"
Dieter Hsu67654482020-06-18 23:11:31 +08005 },
6 {
Ronald Braunsteina8fb3112024-09-12 19:13:07 +00007 "name": "ShellTests_android_server_os"
Sally8724e0e2021-04-15 23:45:57 +00008 },
9 {
10 "name": "CtsUiAutomationTestCases",
11 "options": [
12 {
13 "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptAllShellPermissions"
14 },
15 {
16 "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptSomeShellPermissions"
17 },
18 {
19 "exclude-annotation": "androidx.test.filters.FlakyTest"
20 }
21 ]
Dieter Hsu67654482020-06-18 23:11:31 +080022 }
23 ],
24 "postsubmit": [
25 {
26 "name": "CtsBugreportTestCases"
27 },
28 {
29 "name": "ShellTests"
30 }
31 ]
32}