1{ 2 "presubmit": [ 3 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 // } 17 ], 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" } 24 ] 25 26 27} 28