blob: 26a556906dd1b488201a734cf532cf19d257f5d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"presubmit-large": [
{
"name": "CtsAutoFillServiceTestCases",
"options": [
{
"include-filter": "android.autofillservice.cts.inline"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}
|