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 }, 14 { 15 "name": "CtsSimRestrictedApisTestCases", 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": "CtsTelephonyProviderTestCases", 40 "options": [ 41 { 42 "exclude-annotation": "androidx.test.filters.FlakyTest" 43 } 44 ] 45 } 46 ] 47} 48