diff options
| author | 2021-03-03 23:29:59 +0000 | |
|---|---|---|
| committer | 2021-03-04 01:35:31 +0000 | |
| commit | 8a425c1191b4a97df1ddda8d1540e6f18e4c103a (patch) | |
| tree | 1eb70f8b933e7bbd0907c84429d964ac3ba70722 | |
| parent | d85600e7f8232668c3c18b1e627f1dd05b485f4a (diff) | |
[incremental] add feature test to presubmit
BUG: 181786939
Test: atest
Change-Id: Ica65fc4aa80097c19179dc5c7e9a7a8765892e5d
| -rw-r--r-- | core/java/android/content/pm/TEST_MAPPING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/content/pm/TEST_MAPPING b/core/java/android/content/pm/TEST_MAPPING index 953400e10e15..8bc3734e060d 100644 --- a/core/java/android/content/pm/TEST_MAPPING +++ b/core/java/android/content/pm/TEST_MAPPING @@ -31,6 +31,14 @@ "include-filter": "android.content.pm.cts" } ] + }, + { + "name": "CtsIncrementalInstallHostTestCases", + "options": [ + { + "include-filter": "android.incrementalinstall.cts.IncrementalFeatureTest" + } + ] } ], "postsubmit": [ |