Bug: 145109184 Test: atest --test-mapping src_path:postsubmit Change-Id: I7db174942247acd20c94afd7763ec73242a5e44b
21 lines
347 B
Plaintext
21 lines
347 B
Plaintext
{
|
|
"postsubmit": [
|
|
{
|
|
"name": "SettingsUnitTests",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "SettingsPrefTests",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|