summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hai Zhang <zhanghai@google.com> 2024-02-22 19:18:06 +0000
committer Hai Zhang <zhanghai@google.com> 2024-02-22 20:18:39 +0000
commitfaeb6c2ba51d97c0f8418317bf1ec70e790bd111 (patch)
tree1608aa1a05051afa4bf51ee1605a86f38d36ff47
parent4c26888a96c27d15c8a54fa1106e6af354b9fcef (diff)
Add RoleParserTest to Mainline test mapping.
LOW_COVERAGE_REASON=Test mapping change Bug: 326338115 Test: presubmit Change-Id: Idffff23d00a6bc2798229ce3c5c59bac1147ffce
-rw-r--r--PermissionController/TEST_MAPPING21
1 files changed, 21 insertions, 0 deletions
diff --git a/PermissionController/TEST_MAPPING b/PermissionController/TEST_MAPPING
index a7f2aec54..084670e76 100644
--- a/PermissionController/TEST_MAPPING
+++ b/PermissionController/TEST_MAPPING
@@ -49,6 +49,18 @@
"file_patterns": ["res/xml/roles\\.xml"]
},
{
+ "name": "PermissionControllerMockingTests[com.google.android.permission.apex]",
+ "options": [
+ {
+ "include-filter": "com.android.permissioncontroller.tests.mocking.role.model.RoleParserTest"
+ },
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ }
+ ],
+ "file_patterns": ["res/xml/roles\\.xml"]
+ },
+ {
"name": "PermissionUiTestCases[com.google.android.permission.apex]",
"options": [
{
@@ -108,6 +120,15 @@
"file_patterns": ["res/xml/roles\\.xml"]
},
{
+ "name": "PermissionControllerMockingTests[com.google.android.permission.apex]",
+ "options": [
+ {
+ "include-filter": "com.android.permissioncontroller.tests.mocking.role.model.RoleParserTest"
+ }
+ ],
+ "file_patterns": ["res/xml/roles\\.xml"]
+ },
+ {
"name": "PermissionUiTestCases[com.google.android.permission.apex]",
"options": [
// TODO(b/238773220): These tests currently fails on R base image