Merge "Add TEST_MAPPING for com.android.server.display" into tm-dev am: 3ce32193f0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17915194

Change-Id: Ic66050312cc2a61509e8e7f3e1cc24463b5fb596
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-04-27 19:13:02 +00:00
committed by Automerger Merge Worker

View File

@@ -0,0 +1,21 @@
{
"presubmit": [
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.display."
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}