diff options
author | 2021-04-15 23:45:57 +0000 | |
---|---|---|
committer | 2021-04-16 00:57:49 +0000 | |
commit | 8724e0eb7527d99ffcc2dfea86f843003bd4e6a0 (patch) | |
tree | 0320951f25745c8947f340dce79412c98fb74109 | |
parent | 32a606fe54a3377ffe22142d3c7e04f4ab969281 (diff) |
Add UiAutomation shell permission tests to Shell presubmit tests
Bug: 185174828
Test: (on internal branch) run atest in packages/Shell, tests run
Change-Id: I3e53116239ec39e4c6cb3325dbfb8aa1a501377f
-rw-r--r-- | packages/Shell/TEST_MAPPING | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/Shell/TEST_MAPPING b/packages/Shell/TEST_MAPPING index a149b5cda3ea..9bb1b4b99207 100644 --- a/packages/Shell/TEST_MAPPING +++ b/packages/Shell/TEST_MAPPING @@ -18,6 +18,20 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] + }, + { + "name": "CtsUiAutomationTestCases", + "options": [ + { + "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptAllShellPermissions" + }, + { + "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptSomeShellPermissions" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] } ], "postsubmit": [ |