• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "presubmit": [
3        // uses ubsan sanitizers, which are no longer populated in the base system image
4        // TODO(b/221936773)
5        // { "name": "oob_oggpack_look" }
6    ],
7
8    // tests which require dynamic content
9    // invoke with: atest -- --enable-module-dynamic-download=true
10    // TODO(b/148094059): unit tests not allowed to download content
11    "dynamic-presubmit": [
12        { "name": "VorbisDecoderTest" }
13    ]
14}
15
16