blob: 4865e19248b7c05791ff587dff59660df38f9d94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"postsubmit": [
{
"name": "SettingsUnitTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "SettingsPerfTests"
}
]
}
|