summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lucas Henneman <henneman@google.com> 2024-03-20 14:13:52 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-03-20 14:13:52 +0000
commitbc206fc9fc1fbcec5eedf2a941ff51dd49a636c9 (patch)
tree5ae9c059676e779bb7e91d2ff8e1b43e61d59f4c
parent3e7af16cf03d29e845d4b3e8c61e22c0820e58d9 (diff)
parent65c4f21c6281f440f8cf5f8d6b26a85c9dd6b2a2 (diff)
Merge "TEST_MAPPING: remove the auto-features-postsubmit configuration" into main
-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"
- }
- ]
- }
]
}