blob: b911e117d9dfe297fba19cf281f750d80cfd6155 [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 {
Harish Mahendrakar6f601212021-11-12 09:31:27 -080011 "name": "CtsMediaAudioTestCases",
12 "options": [
13 {
14 "include-annotation": "android.platform.test.annotations.Presubmit"
15 },
16 {
17 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
Wonsik Kim0ab1d012020-02-11 10:45:48 -080018 },
19 // TODO: b/149314419
20 {
Harish Mahendrakar6f601212021-11-12 09:31:27 -080021 "exclude-filter": "android.media.audio.cts.AudioPlaybackCaptureTest"
Wonsik Kim21375f22020-02-19 14:21:58 -080022 },
23 {
Harish Mahendrakar6f601212021-11-12 09:31:27 -080024 "exclude-filter": "android.media.audio.cts.AudioRecordTest"
Edwin Wongcc1dcd82020-01-24 17:52:40 -080025 }
26 ]
Edwin Wongcc1dcd82020-01-24 17:52:40 -080027 }
Sungtak Lee574bbe42023-10-05 17:37:18 +000028 ],
29 "postsubmit": [
30 { "name": "c2aidl_gtracker_test"}
Edwin Wongcc1dcd82020-01-24 17:52:40 -080031 ]
32}