Merge "Add TEST_MAPPING for SystemUI notification files" into udc-qpr-dev am: c75dc3884d am: 6c5a65fb91

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24296340

Change-Id: I10f47650202c57f50defa59863118111d3dbc926
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-08-03 16:24:39 +00:00
committed by Automerger Merge Worker

View File

@@ -0,0 +1,29 @@
{
"presubmit": [
{
"name": "CtsNotificationTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "android.platform.test.annotations.LargeTest"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
}
],
"postsubmit": [
{
"name": "CtsNotificationTestCases"
}
]
}