Merge "speech: TEST_MAPPING CtsVoiceRecognitionTestCases" into sc-dev am: 0a40c03eb1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14666651

Change-Id: I3e58d00dab4db7eae56a97b179b0e2b85200e8f4
This commit is contained in:
Sergey Volnov
2021-05-28 09:41:22 +00:00
committed by Automerger Merge Worker
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"presubmit": [
{
"name": "CtsVoiceRecognitionTestCases",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/core/java/android/speech"
}
]
}