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

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

Change-Id: I54dbdff89803a290d0fc1f7c1c60eca7b4492b68
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:03:48 +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"
}
]
}