blob: 603615a8664c7a3217ac36dc6907922e1487fb9f [file] [log] [blame]
easoncylee63856202019-11-26 12:25:27 +08001{
2 "presubmit": [
3 {
4 "name": "TeleServiceTests",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.FlakyTest"
8 }
9 ]
Jeff Davidsone8a897e2020-05-18 12:29:01 -070010 },
11 {
12 "name": "CarrierAppIntegrationTestCases"
Jordan Liu5e2e16f2021-04-13 11:38:28 -070013 },
14 {
15 "name": "CtsTelephonySdk28TestCases",
16 "options": [
17 {
18 "exclude-annotation": "androidx.test.filters.FlakyTest"
19 }
20 ]
21 },
22 {
23 "name": "CtsTelephony2TestCases",
24 "options": [
25 {
26 "exclude-annotation": "androidx.test.filters.FlakyTest"
27 }
28 ]
29 },
30 {
31 "name": "CtsTelephony3TestCases",
32 "options": [
33 {
34 "exclude-annotation": "androidx.test.filters.FlakyTest"
35 }
36 ]
37 },
38 {
39 "name": "CtsSimRestrictedApisTestCases",
40 "options": [
41 {
42 "exclude-annotation": "androidx.test.filters.FlakyTest"
43 }
44 ]
45 },
46 {
47 "name": "CtsTelephonyProviderTestCases",
48 "options": [
49 {
50 "exclude-annotation": "androidx.test.filters.FlakyTest"
51 }
52 ]
easoncylee63856202019-11-26 12:25:27 +080053 }
54 ]
55}