Merge "Add TEST_MAPPING for displayservicetests" into udc-qpr-dev

This commit is contained in:
Fiona Campbell
2023-07-25 11:46:49 +00:00
committed by Android (Google) Code Review
2 changed files with 13 additions and 18 deletions

View File

@@ -1,15 +1,7 @@
{
"presubmit": [
{
"name": "FrameworksMockingServicesTests",
"options": [
{"include-filter": "com.android.server.display"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
]
},
{
"name": "FrameworksServicesTests",
"name": "DisplayServiceTests",
"options": [
{"include-filter": "com.android.server.display"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
@@ -31,5 +23,14 @@
}
]
}
],
"postsubmit": [
{
"name": "DisplayServiceTests",
"options": [
{"include-filter": "com.android.server.display"},
{"exclude-annotation": "org.junit.Ignore"}
]
}
]
}
}

View File

@@ -1,13 +1,7 @@
{
"presubmit": [
"imports": [
{
"name": "DisplayServiceTests",
"options": [
{"include-filter": "com.android.server.display"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "org.junit.Ignore"}
]
"path": "frameworks/base/services/core/java/com/android/server/display"
}
]
}