summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lucas Henneman <henneman@google.com> 2024-03-19 18:37:03 +0000
committer Lucas Henneman <henneman@google.com> 2024-03-19 18:37:03 +0000
commit65c4f21c6281f440f8cf5f8d6b26a85c9dd6b2a2 (patch)
treec0600307fb5f42379b3907ccb4f44dce45553c4c
parent9138e5069b6ea8cfeba52e853cadd0c688120f23 (diff)
TEST_MAPPING: remove the auto-features-postsubmit configuration
This test group has been moved to another test configuration, v2/aaos-engprod/cts-cf-auto-md-stable_3, as part of the FrameworksMockingServicesTests module. Bug: 256932212 Test: git diff Change-Id: I77f633711b64004aa9af4955243c412c0c138cb7 Signed-off-by: Lucas Henneman <henneman@google.com>
-rw-r--r--TEST_MAPPING25
1 files changed, 0 insertions, 25 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index d59775f4060b..6d9756dddd4e 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -234,30 +234,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"
- }
- ]
- }
]
}