1{ 2 "presubmit": [ 3 4 { 5 "name": "CtsMediaTranscodingTestCases" 6 } 7 // TODO(b/153661591) enable test once the bug is fixed 8 // This tests the extractor path 9 // { 10 // "name": "GtsYouTubeTestCases", 11 // "options" : [ 12 // { 13 // "include-annotation": "android.platform.test.annotations.Presubmit" 14 // }, 15 // { 16 // "include-filter": "com.google.android.youtube.gts.SimultaneousClearAndProtectedDecodeTest#testSimultaneousClearAndProtectedDecode" 17 // } 18 // ] 19 // } 20 ], 21 22 // tests which require dynamic content 23 // invoke with: atest -- --enable-module-dynamic-download=true 24 // TODO(b/148094059): unit tests not allowed to download content 25 "dynamic-presubmit": [ 26 { "name": "ExtractorUnitTest" } 27 ] 28 29 30} 31