This reverts commit ade491b466
.
Reason for revert: Missing test_suite b/315860052
Change-Id: Ie64aa53f6d327f4710db491415263c586e52a8c4
43 lines
770 B
Plaintext
43 lines
770 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "SettingsSpaUnitTests"
|
|
},
|
|
{
|
|
"name": "SettingsUnitTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.settings.password"
|
|
},
|
|
{
|
|
"include-filter": "com.android.settings.biometrics"
|
|
},
|
|
{
|
|
"include-filter": "com.android.settings.biometrics2"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"postsubmit": [
|
|
{
|
|
"name": "SettingsUnitTests",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "SettingsUITests",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "org.junit.Ignore"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "SettingsPerfTests"
|
|
}
|
|
]
|
|
}
|