blob: fe27a3777ee84b0384059052d700f3eb03ce3f1f [file] [log] [blame]
{
"presubmit": [
{
"name": "AppEnumerationInternalTests"
},
{
"name": "PackageManagerServiceServerTests",
"options": [
{
"include-filter": "com.android.server.pm."
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
],
"postsubmit": [
{
"name": "PackageManagerServiceHostTests"
},
{
"name": "PackageManagerServiceServerTests",
"options": [
{
"include-filter": "com.android.server.pm."
},
{
"include-annotation": "android.platform.test.annotations.Postsubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
],
"imports": [
{
"path": "frameworks/base/services/tests/PackageManagerServiceTests/unit"
}
]
}