Add TEST_MAPPING for com.android.server.display

Bug: 215236408
Change-Id: I20d1df5c9b4282bd9870673203be048b838f6ff3
This commit is contained in:
Daniel Solomon
2022-04-22 17:58:12 +00:00
parent cfb68860ae
commit b9aa00a557

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"
}
]
}
]
}