diff options
author | 2023-07-28 13:12:14 +0000 | |
---|---|---|
committer | 2023-08-04 09:26:55 -0700 | |
commit | c00c8943d90e5d51e1e50f9645564d1c2d88f358 (patch) | |
tree | d28626593082ffa0b2b6cd803d4f84cbd2febfcd | |
parent | a4770d69e2d0e4ddc90239e07ca352c05cbe1132 (diff) |
Temporarely move CtsPackageManagerTestCases to presubmit-large.
To unblock presubmit.
Bug: 292174535
Test: atest CtsPackageManagerTestCases
Change-Id: I729156f85c072b62c25043b6eabf44616e689239
-rw-r--r-- | core/java/android/content/pm/TEST_MAPPING | 10 | ||||
-rw-r--r-- | core/java/android/util/apk/TEST_MAPPING | 4 | ||||
-rw-r--r-- | services/core/java/com/android/server/pm/TEST_MAPPING | 4 | ||||
-rw-r--r-- | services/incremental/TEST_MAPPING | 4 |
4 files changed, 14 insertions, 8 deletions
diff --git a/core/java/android/content/pm/TEST_MAPPING b/core/java/android/content/pm/TEST_MAPPING index 6419f8c6f0d9..7e30157865f0 100644 --- a/core/java/android/content/pm/TEST_MAPPING +++ b/core/java/android/content/pm/TEST_MAPPING @@ -114,7 +114,9 @@ "exclude-annotation":"org.junit.Ignore" } ] - }, + } + ], + "presubmit-large":[ { "name":"CtsPackageManagerTestCases", "options":[ @@ -125,9 +127,7 @@ "exclude-annotation":"org.junit.Ignore" } ] - } - ], - "presubmit-large":[ + }, { "name":"CtsUsesNativeLibraryTest", "options":[ @@ -164,4 +164,4 @@ "name":"CtsInstallHostTestCases" } ] -}
\ No newline at end of file +} diff --git a/core/java/android/util/apk/TEST_MAPPING b/core/java/android/util/apk/TEST_MAPPING index a3a86fdb4b82..7668eec474ab 100644 --- a/core/java/android/util/apk/TEST_MAPPING +++ b/core/java/android/util/apk/TEST_MAPPING @@ -7,7 +7,9 @@ "include-filter": "android.util.apk.SourceStampVerifierTest" } ] - }, + } + ], + "presubmit-large": [ { "name": "CtsPackageManagerTestCases", "options": [ diff --git a/services/core/java/com/android/server/pm/TEST_MAPPING b/services/core/java/com/android/server/pm/TEST_MAPPING index e2bbaffe5058..4ba174d28482 100644 --- a/services/core/java/com/android/server/pm/TEST_MAPPING +++ b/services/core/java/com/android/server/pm/TEST_MAPPING @@ -102,7 +102,9 @@ "include-filter": "android.appsecurity.cts.EphemeralTest#testGetSearchableInfo" } ] - }, + } + ], + "presubmit-large":[ { "name": "CtsPackageManagerTestCases", "options": [ diff --git a/services/incremental/TEST_MAPPING b/services/incremental/TEST_MAPPING index d32364d8dcf8..a4d3bb74a047 100644 --- a/services/incremental/TEST_MAPPING +++ b/services/incremental/TEST_MAPPING @@ -22,7 +22,9 @@ }, { "name": "CtsInstalledLoadingProgressHostTests" - }, + } + ], + "presubmit-large": [ { "name": "CtsPackageManagerTestCases", "options": [ |