easoncylee 72ef0277c3 Convert apct/telephonycomm/all_unit_tests to Test Mapping Suite.
Bug: 145165552
Bug: 147338431

Test: TreeHugger
      atest TelecomUnitTests
      atest TelephonyProviderTests
      atest TeleServiceTests

Change-Id: Ie03fbe458ce1ada83fb68593665952e7015aee52
2020-01-13 11:13:27 +08:00

30 lines
511 B
Plaintext

{
"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"
}
]
}
]
}