blob: a149b5cda3eac8c50561f657e45e0e360e9f00cd [file] [log] [blame]
Dieter Hsu848113e2020-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 ]
21 }
22 ],
23 "postsubmit": [
24 {
25 "name": "CtsBugreportTestCases"
26 },
27 {
28 "name": "ShellTests"
29 }
30 ]
31}