blob: 04a8efbbdc1280cb7bcbd0f26e5764ac0b427973 [file] [log] [blame]
easoncylee0896db82019-11-26 12:31:22 +08001{
2 "presubmit": [
3 {
4 "name": "TeleServiceTests",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.FlakyTest"
8 }
9 ]
Jeff Davidson29d6d662020-05-18 12:30:44 -070010 },
11 {
Yuchen Heab8627b2023-09-27 22:34:17 +000012 "name": "CarrierAppIntegrationTestCases",
13 "keywords": ["internal"]
Jordan Liu8fc9e6a2021-04-13 15:08:09 -070014 },
15 {
Jordan Liu8fc9e6a2021-04-13 15:08:09 -070016 "name": "CtsSimRestrictedApisTestCases",
17 "options": [
18 {
19 "exclude-annotation": "androidx.test.filters.FlakyTest"
20 }
21 ]
22 },
23 {
24 "name": "CtsTelephony2TestCases",
25 "options": [
26 {
27 "exclude-annotation": "androidx.test.filters.FlakyTest"
28 }
29 ]
30 },
31 {
32 "name": "CtsTelephony3TestCases",
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 ]
easoncylee0896db82019-11-26 12:31:22 +080046 }
47 ]
48}