blob: e9151d4997063140ec063999238090334a3ef0d2 [file] [log] [blame]
Dan Shi5ba2cee2018-07-09 22:18:08 -07001{
2 "presubmit": [
3 {
Dan Shi5ba2cee2018-07-09 22:18:08 -07004 "name": "CtsAppTestCases",
5 "options": [
6 {
7 "include-filter": "android.app.cts.TaskDescriptionTest"
8 },
9 {
10 "include-annotation": "android.platform.test.annotations.Presubmit"
11 },
12 {
Dan Shi1cf185052019-05-01 10:36:20 -070013 "exclude-annotation": "androidx.test.filters.LargeTest"
14 },
15 {
KOUSHIK PANUGANTI56126752018-12-18 16:27:58 -080016 "exclude-annotation": "androidx.test.filters.FlakyTest"
Ian Kasprzak686504c2019-08-30 13:42:26 -070017 },
18 {
Ian Kasprzak686504c2019-08-30 13:42:26 -070019 "exclude-filter": "android.app.cts.SystemFeaturesTest#testLocationFeatures"
Dan Shi5ba2cee2018-07-09 22:18:08 -070020 }
21 ]
22 },
23 {
John Reck3d294e72018-09-21 20:26:48 +000024 "name": "FrameworksServicesTests",
25 "options": [
26 {
27 "include-filter": "com.android.server.am."
28 },
29 {
30 "include-annotation": "android.platform.test.annotations.Presubmit"
31 },
32 {
33 "exclude-annotation": "androidx.test.filters.FlakyTest"
34 }
35 ]
Linus Tufvessonea885b52019-03-26 17:31:14 +000036 },
37 {
38 "name": "FrameworksMockingServicesTests",
39 "file_patterns": ["AppCompactor\\.java"],
40 "options": [
41 {
42 "include-filter": "com.android.server.am."
43 },
44 {
45 "include-annotation": "android.platform.test.annotations.Presubmit"
46 },
47 {
48 "exclude-annotation": "androidx.test.filters.FlakyTest"
49 }
50 ]
Dan Shi5ba2cee2018-07-09 22:18:08 -070051 }
52 ],
53 "postsubmit": [
54 {
John Reck3d294e72018-09-21 20:26:48 +000055 "name": "FrameworksServicesTests",
56 "options": [
57 {
58 "include-filter": "com.android.server.am."
59 }
60 ]
Dan Shi5ba2cee2018-07-09 22:18:08 -070061 }
62 ]
63}