Merge "Add TEST_MAPPING for LightsService" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-12 14:23:51 +00:00
committed by Android (Google) Code Review

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