Add Cts for privacy indicators to TEST_MAPPING
Test: atest Bug: 184546685 Change-Id: Ice58035948ad313e47874c41d8d93778612934e8
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user