You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
716 B
30 lines
716 B
{
|
|
"presubmit": [
|
|
// TODO failing 4 of 13
|
|
// { "name": "codec2_core_param_test"},
|
|
// TODO(b/155516524)
|
|
// { "name": "codec2_vndk_interface_test"},
|
|
{ "name": "codec2_vndk_test"}
|
|
],
|
|
"presubmit-large": [
|
|
{
|
|
"name": "CtsMediaTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
|
|
},
|
|
// TODO: b/149314419
|
|
{
|
|
"exclude-filter": "android.media.cts.AudioPlaybackCaptureTest"
|
|
},
|
|
{
|
|
"exclude-filter": "android.media.cts.AudioRecordTest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|