blob: 0f98962fd91ce59255e4fe78ce6cf4cbf75c3bd9 [file] [log] [blame]
Ray Essickcc1f2dc2020-04-30 14:35:00 -07001{
2 "presubmit": [
Ray Essickc15d14f2022-03-01 12:32:33 -08003 // uses ubsan sanitizers, which are no longer populated in the base system image
4 // TODO(b/221936773)
5 // { "name": "oob_oggpack_look" }
Ray Essick39c90cd2020-12-19 12:30:52 -08006 ],
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" }
Ray Essickcc1f2dc2020-04-30 14:35:00 -070013 ]
14}
15