diff options
| -rw-r--r-- | cmds/dumpstate/TEST_MAPPING | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/cmds/dumpstate/TEST_MAPPING b/cmds/dumpstate/TEST_MAPPING index 083944f729..2a572ea12f 100644 --- a/cmds/dumpstate/TEST_MAPPING +++ b/cmds/dumpstate/TEST_MAPPING @@ -1,7 +1,18 @@ { "presubmit": [ + // TODO(159590499) add BugreportManagerTestCases { "name": "dumpstate_test" } + ], + "postsubmit": [ + { + "name": "BugreportManagerTestCases" + } + ], + "imports": [ + { + "path": "frameworks/base/packages/Shell" + } ] -}
\ No newline at end of file +} |