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

This commit is contained in:
Treehugger Robot
2023-08-03 16:02:47 +00:00
committed by Android (Google) Code Review

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