Test: atest --host :postsubmit Bug: 314807258 Change-Id: I7c593520369f308b5678554f4ea0afe335698a96
47 lines
846 B
Plaintext
47 lines
846 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"
|
|
},
|
|
{
|
|
"name": "SettingsScreenshotRNGTests",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|