Merge "Move FrameworksServicesTests to group presubmit-large" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-21 03:38:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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": [