| { |
| "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" |
| } |
| ] |
| } |
| ], |
| "kernel-presubmit": [ |
| { |
| "name": "PackageManagerServiceHostTests", |
| "options": [ |
| { |
| // TODO(b/197552347) (crashes postsubmit) |
| "exclude-filter": "com.android.server.pm.test.OverlayActorVisibilityTest#testVisibilityByOverlayable" |
| }, |
| { |
| // TODO(b/204133664) |
| "exclude-filter": "com.android.server.pm.test.SdCardEjectionTests" |
| }, |
| { |
| // TODO(b/272714903) |
| "exclude-filter": "com.android.server.pm.test.OverlayPathsUninstallSystemUpdatesTest#verify" |
| } |
| ] |
| } |
| ], |
| "imports": [ |
| { |
| "path": "frameworks/base/services/tests/PackageManagerServiceTests/unit" |
| } |
| ] |
| } |
| |