diff options
author | 2020-07-17 01:24:53 +0800 | |
---|---|---|
committer | 2020-10-19 04:07:43 +0000 | |
commit | c18bfd601a8fe8acefc340c67b31e51f57e55a98 (patch) | |
tree | c712ef48b030727bddc15edf9d8aebb4826a67f2 | |
parent | d180c4cc852fccb134b3d72f800d098f6ee8b9db (diff) |
Add BugreportManagerTestCases to dumpstate presubmit
Bug: 159590499
Test: atest --test-mapping --dry-run cmds/dumpstate/:presubmit
Change-Id: I6ebed3ebc8bcefdf0770d786021895443ee8914e
Merged-In: I6ebed3ebc8bcefdf0770d786021895443ee8914e
(cherry picked from commit 2ec4933c4799d9f3e8ea9456e11a303133863ec3)
-rw-r--r-- | cmds/dumpstate/TEST_MAPPING | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/cmds/dumpstate/TEST_MAPPING b/cmds/dumpstate/TEST_MAPPING index 8b03cfda1d..839a2c3023 100644 --- a/cmds/dumpstate/TEST_MAPPING +++ b/cmds/dumpstate/TEST_MAPPING @@ -1,6 +1,13 @@ { "presubmit": [ - // TODO(159590499) add BugreportManagerTestCases + { + "name": "BugreportManagerTestCases", + "options": [ + { + "exclude-annotation": "androidx.test.filters.LargeTest" + } + ] + }, { "name": "dumpstate_smoke_test" }, |