blob: 4984b8fccdeb617b086fcd626c2c203694ebb8d4 [file] [log] [blame]
Ray Essickd4ef98e2020-04-23 16:28:21 -07001{
2 "presubmit": [
Edwin Wongd2e3bed2020-05-04 16:11:35 -07003
4 // TODO(b/153661591) enable test once the bug is fixed
5 // This tests the extractor path
6 // {
7 // "name": "GtsYouTubeTestCases",
8 // "options" : [
9 // {
10 // "include-annotation": "android.platform.test.annotations.Presubmit"
11 // },
12 // {
13 // "include-filter": "com.google.android.youtube.gts.SimultaneousClearAndProtectedDecodeTest#testSimultaneousClearAndProtectedDecode"
14 // }
15 // ]
16 // }
Ray Essickae8b06e2020-08-31 16:18:26 -070017 ],
18
19 // tests which require dynamic content
20 // invoke with: atest -- --enable-module-dynamic-download=true
21 // TODO(b/148094059): unit tests not allowed to download content
22 "dynamic-presubmit": [
23 { "name": "ExtractorUnitTest" }
Ray Essickd4ef98e2020-04-23 16:28:21 -070024 ]
Ray Essickae8b06e2020-08-31 16:18:26 -070025
26
Ray Essickd4ef98e2020-04-23 16:28:21 -070027}