Add BugreportManagerTestCases to bugreport presubmit am: 59a1d2b4aa am: b07a5734df am: 8fa94f4abe

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

Change-Id: Ib8a7d0c47ad7d1b0a433a562e0d4aca2a5c7b1b9
This commit is contained in:
Dieter Hsu
2020-10-21 12:44:39 +00:00
committed by Automerger Merge Worker
2 changed files with 18 additions and 2 deletions

View File

@@ -1,6 +1,14 @@
{ {
"presubmit": [ "presubmit": [
// TODO(159590499) add BugreportManagerTestCases {
"file_patterns": ["Bugreport[^/]*\\.java"],
"name": "BugreportManagerTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
},
{ {
"file_patterns": ["Bugreport[^/]*\\.java"], "file_patterns": ["Bugreport[^/]*\\.java"],
"name": "CtsBugreportTestCases", "name": "CtsBugreportTestCases",

View File

@@ -1,6 +1,14 @@
{ {
"presubmit": [ "presubmit": [
// TODO(159590499) add BugreportManagerTestCases {
"file_patterns": ["Bugreport[^/]*\\.java"],
"name": "BugreportManagerTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
},
{ {
"file_patterns": ["Bugreport[^/]*\\.java"], "file_patterns": ["Bugreport[^/]*\\.java"],
"name": "CtsBugreportTestCases", "name": "CtsBugreportTestCases",