Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 1 | { |
| 2 | "presubmit": [ |
Edwin Wong | d2e3bed | 2020-05-04 16:11:35 -0700 | [diff] [blame] | 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 | // } |
Ray Essick | ae8b06e | 2020-08-31 16:18:26 -0700 | [diff] [blame] | 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" } |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 24 | ] |
Ray Essick | ae8b06e | 2020-08-31 16:18:26 -0700 | [diff] [blame] | 25 | |
| 26 | |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 27 | } |