From d3e874bac611b1ab85c3f33a49e0e5ea9fdadb2c Mon Sep 17 00:00:00 2001 From: Fabian Kozynski Date: Mon, 5 Apr 2021 15:29:59 -0400 Subject: [PATCH] Add Cts for privacy indicators to TEST_MAPPING Test: atest Bug: 184546685 Change-Id: Ice58035948ad313e47874c41d8d93778612934e8 --- packages/SystemUI/TEST_MAPPING | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index 6c7a5b8ffe9a4..0d18b8dea2844 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" + } + ] } ],