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:
@@ -114,6 +114,15 @@
|
||||
],
|
||||
"file_patterns": ["(/|^)VoiceInteract[^/]*"]
|
||||
},
|
||||
{
|
||||
"name": "CtsLocalVoiceInteraction",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
],
|
||||
"file_patterns": ["(/|^)VoiceInteract[^/]*"]
|
||||
},
|
||||
{
|
||||
"name": "CtsOsTestCases",
|
||||
"options": [
|
||||
|
||||
@@ -23,6 +23,14 @@
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CtsLocalVoiceInteraction",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user