blob: 791c51671062663da1ebd4b6e621a68198ab1e3e [file] [log] [blame]
{
"presubmit": [
{
"name": "CtsVoiceInteractionTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "CtsLocalVoiceInteraction",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
],
"presubmit-large" : [
{
"name" : "CtsStatsdAtomHostTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"include-filter": "android.cts.statsdatom.voiceinteraction"
}
]
}
],
"hwasan-postsubmit": [
{
"name": "CtsVoiceInteractionTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "CtsLocalVoiceInteraction",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}