blob: 16cb323b085b17e816e95c8654ffa9380cc545ee [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"
Harish Mahendrakar6f601212021-11-12 09:31:27 -080018 }
19 ]
20 },
21 {
22 "name": "CtsMediaAudioTestCases",
23 "options": [
24 {
25 "include-annotation": "android.platform.test.annotations.Presubmit"
26 },
27 {
28 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
Wonsik Kim0ab1d012020-02-11 10:45:48 -080029 },
30 // TODO: b/149314419
31 {
Harish Mahendrakar6f601212021-11-12 09:31:27 -080032 "exclude-filter": "android.media.audio.cts.AudioPlaybackCaptureTest"
Wonsik Kim21375f22020-02-19 14:21:58 -080033 },
34 {
Harish Mahendrakar6f601212021-11-12 09:31:27 -080035 "exclude-filter": "android.media.audio.cts.AudioRecordTest"
Edwin Wongcc1dcd82020-01-24 17:52:40 -080036 }
37 ]
Edwin Wongcc1dcd82020-01-24 17:52:40 -080038 }
39 ]
40}