easoncylee 90857edbbe Convert apct/framework/ext_services_test-cloud-tf and
apct/framework/testables_test-cloud-tf to Test Mapping Suite.

This CL is to convert CF presubmit tests to run in Test Mapping suite.
It has been verified that the test coverage is the same as the original
ATP config.

Bug: 145165552
Bug: 145488933
Bug: 145488321

Test: TreeHugger
      atest ExtServicesUnitTests
      atest TestablesTests

Change-Id: I95a96e6572cd508e3043dbbd0c665fac9fa79f18
2019-12-04 11:46:16 +08:00

29 lines
515 B
Plaintext

{
"presubmit": [
{
"name": "FrameworksUiServicesTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "ExtServicesUnitTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "TestablesTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}