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