blob: 2e146506e506df4a3549b5d8b9973c4d745a18e9 [file] [log] [blame]
easoncylee633e7a02019-11-26 12:10:01 +08001{
2 "presubmit": [
3 {
4 "name": "TelecomUnitTests",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.FlakyTest"
8 }
9 ]
10 },
11 {
12 "name": "TeleServiceTests",
13 "options": [
14 {
15 "exclude-annotation": "androidx.test.filters.FlakyTest"
16 }
17 ]
Dan Shi199be7e2020-12-03 21:06:15 +000018 }
19 ],
20 "presubmit-large": [
Hall Liu39070d42020-07-01 14:47:26 -070021 {
22 "name": "CtsTelecomTestCases",
23 "options": [
24 {
25 "exclude-annotation": "androidx.test.filters.FlakyTest"
26 }
27 ]
easoncylee633e7a02019-11-26 12:10:01 +080028 }
29 ]
30}