summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TEST_MAPPING11
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?
}