blob: a97177287058729974ac0ca65155587ca88092b9 [file] [log] [blame]
Philip P. Moltmann383e6fd2019-02-02 14:46:46 -08001{
Garfield Tan6bddd4a2019-07-08 14:22:55 -07002 "presubmit": [
Philip P. Moltmann383e6fd2019-02-02 14:46:46 -08003 {
Garfield Tan6bddd4a2019-07-08 14:22:55 -07004 "name": "CtsMockingTestCases",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.LargeTest"
8 }
9 ]
Philip P. Moltmann383e6fd2019-02-02 14:46:46 -080010 },
11 {
Garfield Tan6bddd4a2019-07-08 14:22:55 -070012 "name": "CtsInlineMockingTestCases",
13 "options": [
14 {
15 "exclude-annotation": "androidx.test.filters.LargeTest"
16 }
17 ]
Philip P. Moltmann383e6fd2019-02-02 14:46:46 -080018 },
19 {
Garfield Tan6bddd4a2019-07-08 14:22:55 -070020 "name": "CtsMockingDebuggableTestCases",
21 "options": [
22 {
23 "exclude-annotation": "androidx.test.filters.LargeTest"
24 }
25 ]
Philip P. Moltmann383e6fd2019-02-02 14:46:46 -080026 },
27 {
Garfield Tan6bddd4a2019-07-08 14:22:55 -070028 "name": "CtsExtendedMockingTestCases",
29 "options": [
30 {
31 "exclude-annotation": "androidx.test.filters.LargeTest"
32 }
33 ]
Philip P. Moltmann383e6fd2019-02-02 14:46:46 -080034 }
35 ]
Garfield Tan437135e2019-07-01 09:05:17 -070036}