speech: TEST_MAPPING CtsVoiceRecognitionTestCases

ag/14530956 broke presubmit (b/188784537) because
CtsVoiceRecognitionTestCases did not run.

This makes them run for any change to core/java/android/speech

Bug: 188784537
Test: presubmitting this CL
Change-Id: I9e65abad8d242e5bb87fabc3523909bb14eed3c1
This commit is contained in:
Andrea Ambu
2021-05-20 17:55:56 +01:00
parent b04a005c3f
commit feb478eae5
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"
}
]
}