blob: 59685b14af413f6550093f78e725e9408f41c225 [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 {
Yuchen He2625e432023-09-27 22:34:39 +000012 "name": "CarrierAppIntegrationTestCases",
13 "keywords": ["internal"]
Jordan Liu5e2e16f2021-04-13 11:38:28 -070014 },
15 {
Jordan Liu5e2e16f2021-04-13 11:38:28 -070016 "name": "CtsTelephony2TestCases",
17 "options": [
18 {
19 "exclude-annotation": "androidx.test.filters.FlakyTest"
20 }
21 ]
22 },
23 {
24 "name": "CtsTelephony3TestCases",
25 "options": [
26 {
27 "exclude-annotation": "androidx.test.filters.FlakyTest"
28 }
29 ]
30 },
31 {
32 "name": "CtsSimRestrictedApisTestCases",
33 "options": [
34 {
35 "exclude-annotation": "androidx.test.filters.FlakyTest"
36 }
37 ]
38 },
39 {
40 "name": "CtsTelephonyProviderTestCases",
41 "options": [
42 {
43 "exclude-annotation": "androidx.test.filters.FlakyTest"
44 }
45 ]
easoncylee63856202019-11-26 12:25:27 +080046 }
47 ]
48}