Merge "Move FrameworksServicesTests to group presubmit-large" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7b8cdbf081
30
TEST_MAPPING
30
TEST_MAPPING
@@ -1,4 +1,20 @@
|
||||
{
|
||||
"presubmit-large": [
|
||||
{
|
||||
"name": "FrameworksServicesTests",
|
||||
"options": [
|
||||
{
|
||||
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "org.junit.Ignore"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "FrameworksUiServicesTests",
|
||||
@@ -52,20 +68,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "FrameworksServicesTests",
|
||||
"options": [
|
||||
{
|
||||
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "org.junit.Ignore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "FrameworksInProcessTests",
|
||||
"options": [
|
||||
|
||||
Reference in New Issue
Block a user