| Felka Chang | 138856d | 2021-10-14 23:09:26 +0800 | [diff] [blame] | 1 | { |
| 2 | "presubmit": [ |
| 3 | { |
| 4 | "name": "AppEnumerationInternalTests" |
| Alex Buynytskyy | b8859a2 | 2022-11-20 22:01:24 +0000 | [diff] [blame] | 5 | }, |
| 6 | { |
| 7 | "name": "PackageManagerServiceServerTests", |
| 8 | "options": [ |
| 9 | { |
| 10 | "include-filter": "com.android.server.pm." |
| 11 | }, |
| 12 | { |
| 13 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 14 | }, |
| 15 | { |
| 16 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 17 | }, |
| 18 | { |
| 19 | "exclude-annotation": "org.junit.Ignore" |
| 20 | } |
| 21 | ] |
| Felka Chang | 138856d | 2021-10-14 23:09:26 +0800 | [diff] [blame] | 22 | } |
| 23 | ], |
| 24 | "postsubmit": [ |
| 25 | { |
| 26 | "name": "PackageManagerServiceHostTests" |
| Alex Buynytskyy | b8859a2 | 2022-11-20 22:01:24 +0000 | [diff] [blame] | 27 | }, |
| 28 | { |
| 29 | "name": "PackageManagerServiceServerTests", |
| 30 | "options": [ |
| 31 | { |
| 32 | "include-filter": "com.android.server.pm." |
| 33 | }, |
| 34 | { |
| 35 | "include-annotation": "android.platform.test.annotations.Postsubmit" |
| 36 | }, |
| 37 | { |
| 38 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 39 | }, |
| 40 | { |
| 41 | "exclude-annotation": "org.junit.Ignore" |
| 42 | } |
| 43 | ] |
| Felka Chang | 138856d | 2021-10-14 23:09:26 +0800 | [diff] [blame] | 44 | } |
| 45 | ], |
| Edward Liaw | 27389e0 | 2022-11-15 00:45:53 +0000 | [diff] [blame] | 46 | "kernel-presubmit": [ |
| 47 | { |
| 48 | "name": "PackageManagerServiceHostTests", |
| 49 | "options": [ |
| 50 | { |
| 51 | // TODO(b/197552347) (crashes postsubmit) |
| 52 | "exclude-filter": "com.android.server.pm.test.OverlayActorVisibilityTest#testVisibilityByOverlayable" |
| 53 | }, |
| 54 | { |
| 55 | // TODO(b/204133664) |
| 56 | "exclude-filter": "com.android.server.pm.test.SdCardEjectionTests" |
| 57 | }, |
| Edward Liaw | 70c3554 | 2023-03-13 17:02:24 +0000 | [diff] [blame] | 58 | { |
| Edward Liaw | 27389e0 | 2022-11-15 00:45:53 +0000 | [diff] [blame] | 59 | // TODO(b/272714903) |
| 60 | "exclude-filter": "com.android.server.pm.test.OverlayPathsUninstallSystemUpdatesTest#verify" |
| Edward Liaw | 70c3554 | 2023-03-13 17:02:24 +0000 | [diff] [blame] | 61 | } |
| Edward Liaw | 27389e0 | 2022-11-15 00:45:53 +0000 | [diff] [blame] | 62 | ] |
| 63 | } |
| 64 | ], |
| Felka Chang | 138856d | 2021-10-14 23:09:26 +0800 | [diff] [blame] | 65 | "imports": [ |
| 66 | { |
| 67 | "path": "frameworks/base/services/tests/PackageManagerServiceTests/unit" |
| 68 | } |
| 69 | ] |
| 70 | } |
| 71 | |