blob: fca3477903200c2645120a9178c2a92448e8ca34 [file] [log] [blame]
Edwin Wongcc1dcd82020-01-24 17:52:40 -08001{
Wonsik Kim21375f22020-02-19 14:21:58 -08002 "presubmit": [
Ray Essickf867ca72020-04-29 19:41:08 -07003 // TODO failing 4 of 13
4 // { "name": "codec2_core_param_test"},
5 // TODO(b/155516524)
6 // { "name": "codec2_vndk_interface_test"},
7 { "name": "codec2_vndk_test"},
Edwin Wongcc1dcd82020-01-24 17:52:40 -08008 {
Wonsik Kim45a3ce92020-02-07 17:44:38 -08009 "name": "CtsMediaTestCases",
10 "options": [
Edwin Wongcc1dcd82020-01-24 17:52:40 -080011 {
Wonsik Kim45a3ce92020-02-07 17:44:38 -080012 "include-annotation": "android.platform.test.annotations.Presubmit"
Edwin Wongcc1dcd82020-01-24 17:52:40 -080013 },
14 {
Wonsik Kim45a3ce92020-02-07 17:44:38 -080015 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
Wonsik Kim0ab1d012020-02-11 10:45:48 -080016 },
17 // TODO: b/149314419
18 {
19 "exclude-filter": "android.media.cts.AudioPlaybackCaptureTest"
Wonsik Kim21375f22020-02-19 14:21:58 -080020 },
21 {
22 "exclude-filter": "android.media.cts.AudioRecordTest"
Edwin Wongcc1dcd82020-01-24 17:52:40 -080023 }
24 ]
Edwin Wongcc1dcd82020-01-24 17:52:40 -080025 }
26 ]
27}