Merge "Add TEST_MAPPING for LightsService" into rvc-dev am: e8c53fee0d am: b64f3a3fe4
Change-Id: Id7a9c95db85ca7a79fd0e795281129656a73fa48
This commit is contained in:
21
services/core/java/com/android/server/lights/TEST_MAPPING
Normal file
21
services/core/java/com/android/server/lights/TEST_MAPPING
Normal 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"}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user