This reverts commit b7f1f2372a
.
Fix: 302071194
Fix: 302071436
Fix: 302071558
Reason for revert: test breakage
Change-Id: I98baf5c6c703a7f8847d0f0626315dd70a2e0cea
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"
|
|
}
|
|
]
|
|
}
|