49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
|
{
|
||
|
"presubmit": [
|
||
|
{
|
||
|
"name": "FrameworksCoreTests",
|
||
|
"options": [
|
||
|
{
|
||
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||
|
},
|
||
|
{
|
||
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "FrameworksServicesTests",
|
||
|
"options": [
|
||
|
{
|
||
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||
|
},
|
||
|
{
|
||
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "FrameworksMockingCoreTests",
|
||
|
"options": [
|
||
|
{
|
||
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||
|
},
|
||
|
{
|
||
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "WmTests",
|
||
|
"options": [
|
||
|
{
|
||
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||
|
},
|
||
|
{
|
||
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|