diff options
-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? } |