Merge "Add TEST_MAPPING for logcat package"

This commit is contained in:
Xevi Miró Bruix
2022-12-19 23:16:26 +00:00
committed by Android (Google) Code Review

View File

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