blob: 2d45c5b252cccd805ee8cee40280363f66978cc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"presubmit": [
{
"name": "CtsTileServiceTestCases",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}
|