blob: 6cbc49a2a7e131a3aa27bd73dfad08c0d11399ee [file] [log] [blame]
Atneya Naire1512482023-04-20 15:06:13 -07001{
2 "presubmit": [
3 {
4 "name": "FrameworksVoiceInteractionTests",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.FlakyTest"
8 }
9 ]
10 }
11 ],
12 "postsubmit": [
13 {
14 "name": "FrameworksVoiceInteractionTests"
15 }
16 ]
17}