Convert apct/framework/ui_services_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: 145485387

Test: TreeHugger
      atest FrameworksUiServicesTests

Change-Id: Ie16ed765247278b79284b445296fbb0e81d41bf5
Merged-In: Ie16ed765247278b79284b445296fbb0e81d41bf5
This commit is contained in:
easoncylee 2019-11-30 15:19:48 +08:00
parent 023e1e453b
commit 955d210fbb

12
TEST_MAPPING Normal file
View File

@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "FrameworksUiServicesTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}