Hotword: Add CtsLocalVoiceInteraction into TEST_MAPPING

Bug: 248994327
Test: atest -p frameworks/base/core/java/android/app/TEST_MAPPING
Test: atest -p frameworks/base/services/voiceinteraction/TEST_MAPPING
Change-Id: I380c956a1d79f0210bdee42c8a4d3122f7028aea
This commit is contained in:
Ivan Chiang
2022-10-31 07:58:27 +00:00
parent 1bfc06ed17
commit b62f1bb7cb
2 changed files with 17 additions and 0 deletions

View File

@@ -114,6 +114,15 @@
],
"file_patterns": ["(/|^)VoiceInteract[^/]*"]
},
{
"name": "CtsLocalVoiceInteraction",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
],
"file_patterns": ["(/|^)VoiceInteract[^/]*"]
},
{
"name": "CtsOsTestCases",
"options": [

View File

@@ -23,6 +23,14 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "CtsLocalVoiceInteraction",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}