46 lines
962 B
Plaintext
46 lines
962 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "SettingsSpaUnitTests"
|
|
},
|
|
{
|
|
"name": "SettingsUnitTests",
|
|
"options": [
|
|
{
|
|
"exclude-filter": "com.android.settings.fuelgauge.batterysaver"
|
|
},
|
|
{
|
|
"exclude-filter": "com.android.settings.network.telephony"
|
|
},
|
|
{
|
|
"exclude-filter": "com.android.settings.privatespace"
|
|
},
|
|
{
|
|
"exclude-filter": "com.android.settings.regionalpreferences"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"postsubmit": [
|
|
{
|
|
"name": "SettingsUnitTests",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "SettingsUITests",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "org.junit.Ignore"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "SettingsPerfTests"
|
|
}
|
|
]
|
|
}
|