Merge "Add TEST_MAPPING for LightsService" into rvc-dev am: e8c53fee0d am: b64f3a3fe4 am: 3943ae348f

Change-Id: I66f5cd24c8e3b341f751abcad34566bbd1f8b6fe
This commit is contained in:
TreeHugger Robot
2020-05-12 15:07:41 +00:00
committed by Automerger Merge Worker

View File

@@ -0,0 +1,21 @@
{
"presubmit": [
{
"name": "CtsHardwareTestCases",
"options": [
{"include-filter": "com.android.hardware.lights"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.LargeTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{"include-filter": "com.android.server.lights"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
]
}
]
}