blob: 0d8db5224f7d16728d3b7d4741df8456ce2221a0 [file] [log] [blame]
Leland Miller967ecfb2019-06-26 13:46:35 -07001{
2 "presubmit": [
3 {
4 "name": "CtsTelephonyProviderTestCases"
easoncylee842ae0c2019-11-26 12:16:28 +08005 },
6 {
7 "name": "TeleServiceTests",
8 "options": [
9 {
10 "exclude-annotation": "androidx.test.filters.FlakyTest"
11 }
12 ]
easoncylee9fac00e2019-11-30 18:59:32 +080013 },
14 {
15 "name": "TelephonyProviderTests",
16 "options": [
17 {
18 "exclude-annotation": "androidx.test.filters.FlakyTest"
19 }
20 ]
Leland Miller967ecfb2019-06-26 13:46:35 -070021 }
22 ]
23}