{ | |
"presubmit": [ | |
{ | |
"name": "TeleServiceTests", | |
"options": [ | |
{ | |
"exclude-annotation": "androidx.test.filters.FlakyTest" | |
} | |
] | |
}, | |
{ | |
"name": "TelecomUnitTests", | |
"options": [ | |
{ | |
"exclude-annotation": "androidx.test.filters.FlakyTest" | |
} | |
] | |
}, | |
{ | |
"name": "TelephonyProviderTests", | |
"options": [ | |
{ | |
"exclude-annotation": "androidx.test.filters.FlakyTest" | |
} | |
] | |
} | |
] | |
} | |