blob: 02bd05661981a93de809cf7ef755248721ad511b [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 ]
Hall Liu39070d42020-07-01 14:47:26 -070018 },
19 {
20 "name": "CtsTelecomTestCases",
21 "options": [
22 {
23 "exclude-annotation": "androidx.test.filters.FlakyTest"
24 }
25 ]
easoncylee633e7a02019-11-26 12:10:01 +080026 }
27 ]
28}