summaryrefslogtreecommitdiff
path: root/services/tests/servicestests/src/com/android/server/location/contexthub/TEST_MAPPING
diff options
context:
space:
mode:
Diffstat (limited to 'services/tests/servicestests/src/com/android/server/location/contexthub/TEST_MAPPING')
-rw-r--r--services/tests/servicestests/src/com/android/server/location/contexthub/TEST_MAPPING18
1 files changed, 3 insertions, 15 deletions
diff --git a/services/tests/servicestests/src/com/android/server/location/contexthub/TEST_MAPPING b/services/tests/servicestests/src/com/android/server/location/contexthub/TEST_MAPPING
index 6035250500ec..58f5bb3eb7d0 100644
--- a/services/tests/servicestests/src/com/android/server/location/contexthub/TEST_MAPPING
+++ b/services/tests/servicestests/src/com/android/server/location/contexthub/TEST_MAPPING
@@ -1,21 +1,7 @@
{
"presubmit": [
{
- "name": "FrameworksServicesTests",
- "options": [
- {
- "include-filter": "com.android.server.location.contexthub."
- },
- {
- "include-annotation": "android.platform.test.annotations.Presubmit"
- },
- {
- "exclude-annotation": "androidx.test.filters.FlakyTest"
- },
- {
- "exclude-annotation": "org.junit.Ignore"
- }
- ]
+ "name": "FrameworksServicesTests_contexthub_presubmit"
}
],
"postsubmit": [
@@ -26,6 +12,8 @@
"include-filter": "com.android.server.location.contexthub."
},
{
+ // I believe this include annotation is preventing tests from being run
+ // as there are no matching tests with the Postsubmit annotation.
"include-annotation": "android.platform.test.annotations.Postsubmit"
},
{