The test config takes longer than 15mins to run. Move it to a dedicated group for running slow presubmit Test Mapping test. Some more context is in the referenced bug, e.g, b/174495337 The group will work exactly the same as presubmit for now. Bug: 174654670 Bug: 174495337 Test: none Change-Id: I7fe1286ed952a6058c56c36f28b4832947edb69f
19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
{
|
|
"presubmit-large": [
|
|
{
|
|
"name": "CtsHostsideNetworkTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.cts.net.HostsideRestrictBackgroundNetworkTests"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|