Update TEST_MAPPING to include broadcast response related tests.
Bug: 206518114 Test: n/a Change-Id: Id9b8b5862e7346638562da441ebd305b700ff29b
This commit is contained in:
@@ -19,6 +19,18 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"presubmit-large": [
|
||||
{
|
||||
"name": "CtsUsageStatsTestCases",
|
||||
"options": [
|
||||
{"include-filter": "android.app.usage.cts.BroadcastResponseStatsTest"},
|
||||
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
|
||||
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
|
||||
{"exclude-annotation": "androidx.test.filters.MediumTest"},
|
||||
{"exclude-annotation": "androidx.test.filters.LargeTest"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "CtsUsageStatsTestCases"
|
||||
|
||||
@@ -63,6 +63,32 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"presubmit-large": [
|
||||
{
|
||||
"name": "CtsUsageStatsTestCases",
|
||||
"file_patterns": [
|
||||
"ActivityManagerService\\.java",
|
||||
"BroadcastQueue\\.java"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.app.usage.cts.BroadcastResponseStatsTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.MediumTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.LargeTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "FrameworksServicesTests",
|
||||
|
||||
@@ -20,6 +20,28 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"presubmit-large": [
|
||||
{
|
||||
"name": "CtsUsageStatsTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.app.usage.cts.BroadcastResponseStatsTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.MediumTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.LargeTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "CtsUsageStatsTestCases",
|
||||
|
||||
Reference in New Issue
Block a user