Merge "Hotword: Add CtsLocalVoiceInteraction into TEST_MAPPING"

This commit is contained in:
TreeHugger Robot
2022-11-02 04:41:04 +00:00
committed by Android (Google) Code Review
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"
}
]
}
]
}