diff options
author | 2023-07-31 11:22:45 +0000 | |
---|---|---|
committer | 2023-07-31 11:22:45 +0000 | |
commit | 13c3fe0c5d166bfa06a00e5ab03196f41bf07c56 (patch) | |
tree | b76631f84d1de15abfde936c38d0b2d3be4b3b37 /TEST_MAPPING | |
parent | 35a827192db29c1f1f787268160d0dceab39227b (diff) | |
parent | 791f0f866af1fe3cef017ec3b1ccd98cf24c850d (diff) |
Merge "Fix the @RunOnlyOnPostsubmit annotation" into udc-mainline-prod am: 791f0f866a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/providers/MediaProvider/+/24245144
Change-Id: I0b8fb11976da98b605edf72ebbb2b2d19a4f6694
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 91bee4665..e5b3a10bb 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -5,7 +5,7 @@ "options": [ { // Ignore the tests with @RunOnlyOnPostsubmit annotation - "exclude-annotation": "com.android.providers.media.annotation.RunOnlyOnPostsubmit" + "exclude-annotation": "com.android.providers.media.library.RunOnlyOnPostsubmit" } ] }, @@ -28,7 +28,7 @@ "options": [ { // Ignore the tests with @RunOnlyOnPostsubmit annotation - "exclude-annotation": "com.android.providers.media.annotation.RunOnlyOnPostsubmit" + "exclude-annotation": "com.android.providers.media.library.RunOnlyOnPostsubmit" } ] }, @@ -93,7 +93,7 @@ "options": [ { // Only execute the tests with @RunOnlyOnPostsubmit annotation - "include-annotation": "com.android.providers.media.annotation.RunOnlyOnPostsubmit" + "include-annotation": "com.android.providers.media.library.RunOnlyOnPostsubmit" } ] } @@ -104,7 +104,7 @@ "options": [ { // Only execute the tests with @RunOnlyOnPostsubmit annotation - "include-annotation": "com.android.providers.media.annotation.RunOnlyOnPostsubmit" + "include-annotation": "com.android.providers.media.library.RunOnlyOnPostsubmit" } ] }, |