diff options
| -rw-r--r-- | packages/SystemUI/TEST_MAPPING | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index 6c7a5b8ffe9a..0d18b8dea284 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -24,6 +24,30 @@ "exclude-annotation": "android.platform.test.annotations.Postsubmit" } ] + }, + { + // Permission indicators + "name": "CtsPermission4TestCases", + "options": [ + { + "exclude-annotation": "org.junit.Ignore" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, + { + // Permission indicators + "name": "CtsVoiceRecognitionTestCases", + "options": [ + { + "exclude-annotation": "org.junit.Ignore" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] } ], |