1{ 2 "presubmit": [ 3 { 4 "name": "TeleServiceTests", 5 "options": [ 6 { 7 "exclude-annotation": "androidx.test.filters.FlakyTest" 8 } 9 ] 10 }, 11 { 12 "name": "CarrierAppIntegrationTestCases", 13 "keywords": ["internal"] 14 }, 15 { 16 "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 ] 46 } 47 ] 48} 49