diff options
| author | Jackal Guo <jackalguo@google.com> | 2021-05-12 23:23:06 +0800 |
|---|---|---|
| committer | Jackal Guo <jackalguo@google.com> | 2021-05-12 15:39:19 +0000 |
| commit | 0a55e2c85f1ebca267dea2c8e5f5d7126fbed80d (patch) | |
| tree | b166a96a43d4055222a22d4bd962940f731fd6ba /core/java/android | |
| parent | 8ae0654abd92ac4da12272f0618ae0ac992a63be (diff) | |
Move boot test to postsubmit
Bug: 187383694
Test: atest
Change-Id: I1611e4bb3bfc99f2bdef14357d09f4d0cf5a3a33
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/content/pm/TEST_MAPPING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/content/pm/TEST_MAPPING b/core/java/android/content/pm/TEST_MAPPING index aa26520ba0ca..1eb4504bf591 100644 --- a/core/java/android/content/pm/TEST_MAPPING +++ b/core/java/android/content/pm/TEST_MAPPING @@ -39,9 +39,6 @@ "include-filter": "android.incrementalinstall.cts.IncrementalFeatureTest" } ] - }, - { - "name": "CtsPackageManagerBootTestCases" } ], "postsubmit": [ @@ -52,6 +49,9 @@ "include-filter": "android.appsecurity.cts.AppSecurityTests#testPermissionDiffCert" } ] + }, + { + "name": "CtsPackageManagerBootTestCases" } ] } |
