diff options
author | easoncylee <easoncylee@google.com> | 2019-11-30 15:19:48 +0800 |
---|---|---|
committer | Chun-Yi Lee <easoncylee@google.com> | 2019-12-03 00:47:48 +0000 |
commit | d063e1116c35ccb3b61a2082b703da7a16586f5e (patch) | |
tree | 02ed202e7917afa066a2b05560b24d7f7548deab | |
parent | 46397049fea72193fdbf214d8b6e168ee307767e (diff) |
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
-rw-r--r-- | TEST_MAPPING | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 000000000000..1e0b58ef973c --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "FrameworksUiServicesTests", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + } + ] +} |