Enable biometrics/biometrics2/password unit tests
Bug: 281627891
Test: atest :presubmit in Settings folder
Change-Id: I2587b50b75a161c7b19f1e3430e41b98cfe6cf63
Merged-In: I2587b50b75a161c7b19f1e3430e41b98cfe6cf63
(cherry picked from commit a90536b632
)
35 lines
626 B
Plaintext
35 lines
626 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": "SettingsPerfTests"
|
|
}
|
|
]
|
|
}
|