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:
Marin Shalamanov
2020-11-04 11:56:06 +01:00
parent 135dc67cc9
commit 29c7a2b33c

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