blob: 6ac42101c331e9b3f666d3664bd045d309a3bae9 [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"},
Dan Shi7b97c942020-12-09 21:34:36 +00007 { "name": "codec2_vndk_test"}
8 ],
9 "presubmit-large": [
Edwin Wongcc1dcd82020-01-24 17:52:40 -080010 {
Wonsik Kim45a3ce92020-02-07 17:44:38 -080011 "name": "CtsMediaTestCases",
12 "options": [
Edwin Wongcc1dcd82020-01-24 17:52:40 -080013 {
Wonsik Kim45a3ce92020-02-07 17:44:38 -080014 "include-annotation": "android.platform.test.annotations.Presubmit"
Edwin Wongcc1dcd82020-01-24 17:52:40 -080015 },
16 {
Wonsik Kim45a3ce92020-02-07 17:44:38 -080017 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
Wonsik Kim0ab1d012020-02-11 10:45:48 -080018 },
19 // TODO: b/149314419
20 {
21 "exclude-filter": "android.media.cts.AudioPlaybackCaptureTest"
Wonsik Kim21375f22020-02-19 14:21:58 -080022 },
23 {
24 "exclude-filter": "android.media.cts.AudioRecordTest"
Edwin Wongcc1dcd82020-01-24 17:52:40 -080025 }
26 ]
Edwin Wongcc1dcd82020-01-24 17:52:40 -080027 }
28 ]
29}