2019-12-03 16:40:05 +08:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
2020-12-03 13:10:49 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"presubmit-large": [
|
2020-06-12 12:26:48 -07:00
|
|
|
{
|
|
|
|
"name": "CtsTelecomTestCases",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
|
|
}
|
|
|
|
]
|
2019-12-03 16:40:05 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|