Merge "Update TEST_MAPPING to include broadcast response related tests." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c5229086de
@@ -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