Run com.android.server.display tests cases in presubmit.
Test: With and without this change run:
cd frameworks/base/services/core/java/com/android/server/display
atest --test-mapping TEST_MAPPING:presubmit
Check that LocalDisplayAdapterTest is run with this change.
Change-Id: Id806e7e4df03673fdb6ac2516326cfe1931831a1
This commit is contained in:
12
services/core/java/com/android/server/display/TEST_MAPPING
Normal file
12
services/core/java/com/android/server/display/TEST_MAPPING
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "FrameworksMockingServicesTests",
|
||||
"options": [
|
||||
{"include-filter": "com.android.server.display"},
|
||||
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
|
||||
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user