blob: e212b0481ed63e351ebe09c934b89c3112756cbb [file] [log] [blame]
Tadashi G. Takaokad9da0c82018-09-20 11:43:30 +09001{
2 "presubmit": [
3 {
4 "name": "FrameworksServicesTests",
5 "options": [
6 {
7 "include-filter": "com.android.server.policy."
8 },
9 {
10 "include-annotation": "android.platform.test.annotations.Presubmit"
11 },
12 {
13 "exclude-annotation": "android.support.test.filters.FlakyTest"
14 }
15 ]
16 },
17 {
18 "name": "WmTests",
19 "options": [
20 {
21 "include-filter": "com.android.server.policy."
22 },
23 {
24 "include-annotation": "android.platform.test.annotations.Presubmit"
25 },
26 {
27 "exclude-annotation": "androidx.test.filters.FlakyTest"
28 }
29 ]
30 }
31 ],
32 "postsubmit": [
33 {
34 "name": "FrameworksServicesTests",
35 "options": [
36 {
37 "include-filter": "com.android.server.policy."
38 }
39 ]
40 },
41 {
42 "name": "WmTests",
43 "options": [
44 {
45 "include-filter": "com.android.server.policy."
46 }
47 ]
48 }
49 ]
50}