blob: 55f1ccc3197df04cd4b213d34ec7ee30c84429cd [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 {
Jordan Liu5e2e16f2021-04-13 11:38:28 -070015 "name": "CtsTelephony2TestCases",
16 "options": [
17 {
18 "exclude-annotation": "androidx.test.filters.FlakyTest"
19 }
20 ]
21 },
22 {
23 "name": "CtsTelephony3TestCases",
24 "options": [
25 {
26 "exclude-annotation": "androidx.test.filters.FlakyTest"
27 }
28 ]
29 },
30 {
31 "name": "CtsSimRestrictedApisTestCases",
32 "options": [
33 {
34 "exclude-annotation": "androidx.test.filters.FlakyTest"
35 }
36 ]
37 },
38 {
39 "name": "CtsTelephonyProviderTestCases",
40 "options": [
41 {
42 "exclude-annotation": "androidx.test.filters.FlakyTest"
43 }
44 ]
easoncylee63856202019-11-26 12:25:27 +080045 }
46 ]
47}