• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    // 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"}
8  ],
9  "presubmit-large": [
10    {
11      "name": "CtsMediaAudioTestCases",
12      "options": [
13        {
14          "include-annotation": "android.platform.test.annotations.Presubmit"
15        },
16        {
17          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
18        },
19        // TODO: b/149314419
20        {
21          "exclude-filter": "android.media.audio.cts.AudioPlaybackCaptureTest"
22        },
23        {
24          "exclude-filter": "android.media.audio.cts.AudioRecordTest"
25        }
26      ]
27    }
28  ],
29  "postsubmit": [
30    { "name": "c2aidl_gtracker_test"}
31  ]
32}
33