Rename references to Permission3 to PermissionUi
The test suite has been renamed
Bug: 267667844
Test: presubmit
Change-Id: Ib5ce1639b5376b59602dc2ff6bf5d12824e7fd27
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING
index aee829d..6fed562 100644
--- a/packages/SystemUI/TEST_MAPPING
+++ b/packages/SystemUI/TEST_MAPPING
@@ -49,7 +49,7 @@
},
{
// Permission indicators
- "name": "CtsPermission3TestCases",
+ "name": "CtsPermissionUiTestCases",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
@@ -58,7 +58,7 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
- "include-filter": "android.permission3.cts.CameraMicIndicatorsPermissionTest"
+ "include-filter": "android.permissionui.cts.CameraMicIndicatorsPermissionTest"
}
]
},