Merge "Add TEST_MAPPING for com.android.server.display" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-04-27 18:48:36 +00:00
committed by Android (Google) Code Review

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