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: I71b6e5b285d0f12b43bf5312f9cde814d2f5f7da
16 lines
412 B
Plaintext
16 lines
412 B
Plaintext
{
|
|
"presubmit-large": [
|
|
{
|
|
"name": "CtsDevicePolicyManagerTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|