summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lucas Henneman <henneman@google.com> 2024-03-20 15:08:10 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-03-20 15:08:10 +0000
commitb2ffb1db396c4606d523f1750ff8815987320ae2 (patch)
tree0748e03576b6186a9967db68398bea7ead29d12b
parentfc9cfffaf92f153e71c64801ca72ef1ff18e25b1 (diff)
parent1995aadb40e86a1ce0f9ae02e4189175244c8235 (diff)
Merge "TEST_MAPPING: remove the auto-features-postsubmit configuration" into main am: bc206fc9fc am: 1995aadb40
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3007184 Change-Id: I9f691014a0184939ef3b8c31bd7a7e736f66313b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--TEST_MAPPING25
1 files changed, 0 insertions, 25 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index c904eb46d88e..49384cde5803 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -232,30 +232,5 @@
}
]
}
- ],
- "auto-features-postsubmit": [
- // Test tag for automotive feature targets. These are only running in postsubmit.
- // This tag is used in targeted test features testing to limit resource use.
- // TODO(b/256932212): this tag to be removed once the above is no longer in use.
- {
- "name": "FrameworksMockingServicesTests",
- "options": [
- {
- "include-filter": "com.android.server.pm.UserVisibilityMediatorSUSDTest"
- },
- {
- "include-filter": "com.android.server.pm.UserVisibilityMediatorMUMDTest"
- },
- {
- "include-filter": "com.android.server.pm.UserVisibilityMediatorMUPANDTest"
- },
- {
- "exclude-annotation": "androidx.test.filters.FlakyTest"
- },
- {
- "exclude-annotation": "org.junit.Ignore"
- }
- ]
- }
]
}