| Dieter Hsu | 6765448 | 2020-06-18 23:11:31 +0800 | [diff] [blame^] | 1 | { |
| 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 | } | ||||