diff options
author | 2023-07-27 03:54:59 +0000 | |
---|---|---|
committer | 2023-07-27 04:00:46 +0000 | |
commit | 95426e7d36cce5de0dcd46e569ca1e72813ff55d (patch) | |
tree | fed03c15b38cf40da7a271fa39ea2d09cd027f0b | |
parent | fce74476b97908ca41a6df98d020b795700b0367 (diff) |
Add carpermission-postsubmit
Test: manual verification
BUG: 292413453
Change-Id: I924ef70f6b3aa0ee76c20954a41c19fb70eddedc
-rw-r--r-- | TEST_MAPPING | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index d2c722c63..a47660767 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -14,6 +14,16 @@ ] } ], + "carpermission-postsubmit" : [ + { + "name" : "CtsPermissionUiTestCases", + "options": [ + { + "include-annotation": "android.platform.test.annotations.FlakyTest" + } + ] + } + ], "alltests" : [ { "name" : "PermissionControllerMockingTests" @@ -59,5 +69,4 @@ ] } ] - // TODO: Do we need to create a carpermission-postsubmit test-group? } |