Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 1 | { |
Wonsik Kim | 21375f2 | 2020-02-19 14:21:58 -0800 | [diff] [blame] | 2 | "presubmit": [ |
Ray Essick | f867ca7 | 2020-04-29 19:41:08 -0700 | [diff] [blame] | 3 | // TODO failing 4 of 13 |
| 4 | // { "name": "codec2_core_param_test"}, |
| 5 | // TODO(b/155516524) |
| 6 | // { "name": "codec2_vndk_interface_test"}, |
Dan Shi | 7b97c94 | 2020-12-09 21:34:36 +0000 | [diff] [blame] | 7 | { "name": "codec2_vndk_test"} |
| 8 | ], |
| 9 | "presubmit-large": [ |
Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 10 | { |
Wonsik Kim | 45a3ce9 | 2020-02-07 17:44:38 -0800 | [diff] [blame] | 11 | "name": "CtsMediaTestCases", |
| 12 | "options": [ |
Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 13 | { |
Wonsik Kim | 45a3ce9 | 2020-02-07 17:44:38 -0800 | [diff] [blame] | 14 | "include-annotation": "android.platform.test.annotations.Presubmit" |
Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 15 | }, |
| 16 | { |
Wonsik Kim | 45a3ce9 | 2020-02-07 17:44:38 -0800 | [diff] [blame] | 17 | "exclude-annotation": "android.platform.test.annotations.RequiresDevice" |
Harish Mahendrakar | 6f60121 | 2021-11-12 09:31:27 -0800 | [diff] [blame^] | 18 | } |
| 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 Kim | 0ab1d01 | 2020-02-11 10:45:48 -0800 | [diff] [blame] | 29 | }, |
| 30 | // TODO: b/149314419 |
| 31 | { |
Harish Mahendrakar | 6f60121 | 2021-11-12 09:31:27 -0800 | [diff] [blame^] | 32 | "exclude-filter": "android.media.audio.cts.AudioPlaybackCaptureTest" |
Wonsik Kim | 21375f2 | 2020-02-19 14:21:58 -0800 | [diff] [blame] | 33 | }, |
| 34 | { |
Harish Mahendrakar | 6f60121 | 2021-11-12 09:31:27 -0800 | [diff] [blame^] | 35 | "exclude-filter": "android.media.audio.cts.AudioRecordTest" |
Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 36 | } |
| 37 | ] |
Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 38 | } |
| 39 | ] |
| 40 | } |