diff options
| author | 2023-10-02 20:30:24 +0000 | |
|---|---|---|
| committer | 2023-10-02 20:30:24 +0000 | |
| commit | 74e11cf1085b05b314f204e1a2abcfdbbe35c43b (patch) | |
| tree | c64748f11c565bf4ced211cf7c2c00cda151e615 | |
| parent | 3f98ccfdfaf6c4c9c13d0c6b635e5be3b37550e5 (diff) | |
| parent | 9e9205a3d1a944149b918b566ac73c3f8e518753 (diff) | |
Merge "Add PermissionFlagsTest to Platinum Suite." into main
| -rw-r--r-- | services/permission/TEST_MAPPING | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/services/permission/TEST_MAPPING b/services/permission/TEST_MAPPING index 24323c8bfbde..00bfcd3007a4 100644 --- a/services/permission/TEST_MAPPING +++ b/services/permission/TEST_MAPPING @@ -1,4 +1,17 @@ { + "platinum-test": [ + { + "name": "CtsPermissionTestCases", + "options": [ + { + "include-annotation": "android.platform.test.annotations.PlatinumTest" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + } + ], "presubmit": [ { "name": "CtsPermissionTestCases", |