Merge "Add TEST_MAPPING for SystemUI notification files" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c75dc3884d
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user