blob: 038b99acd5390cd2e494ff44f31f34b6424261d4 [file] [log] [blame]
Ray Essickd4ef98e2020-04-23 16:28:21 -07001{
2 "presubmit": [
Ray Essickf867ca72020-04-29 19:41:08 -07003 // TODO(b/148094059): unit tests not allowed to download content
Edwin Wongd2e3bed2020-05-04 16:11:35 -07004 // { "name": "ExtractorUnitTest" },
5
6 // TODO(b/153661591) enable test once the bug is fixed
7 // This tests the extractor path
8 // {
9 // "name": "GtsYouTubeTestCases",
10 // "options" : [
11 // {
12 // "include-annotation": "android.platform.test.annotations.Presubmit"
13 // },
14 // {
15 // "include-filter": "com.google.android.youtube.gts.SimultaneousClearAndProtectedDecodeTest#testSimultaneousClearAndProtectedDecode"
16 // }
17 // ]
18 // }
Ray Essickd4ef98e2020-04-23 16:28:21 -070019 ]
20}