diff options
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 313cfef76..8bee2edb6 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -6,7 +6,13 @@ ], "carpermission-presubmit" : [ { - "name" : "CtsPermissionUiTestCases" + "name" : "CtsPermissionUiTestCases", + "options": [ + { + "exclude-annotation": "android.platform.test.annotations.FlakyTest" + } + ] } ] + // TODO: Do we need to create a carpermission-postsubmit test-group? } |