Merge "Exclude HotwordDetectionServiceStressTest" into udc-dev

This commit is contained in:
TreeHugger Robot
2023-04-11 11:21:27 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -110,6 +110,9 @@
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceStressTest"
}
],
"file_patterns": ["(/|^)VoiceInteract[^/]*"]

View File

@@ -5,6 +5,9 @@
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceStressTest"
}
]
},