Edwin Wong | d813954 | 2020-05-05 09:30:36 -0700 | [diff] [blame] | 1 | { |
| 2 | "presubmit": [ |
| 3 | { |
| 4 | "name": "GtsMediaTestCases", |
| 5 | "options" : [ |
| 6 | { |
| 7 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 8 | }, |
| 9 | { |
| 10 | "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" |
| 11 | } |
| 12 | ] |
| 13 | }, |
| 14 | { |
| 15 | "name": "GtsExoPlayerTestCases", |
| 16 | "options" : [ |
| 17 | { |
| 18 | "include-annotation": "android.platform.test.annotations.SocPresubmit" |
| 19 | }, |
| 20 | { |
| 21 | "include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed" |
| 22 | } |
| 23 | ] |
| 24 | } |
| 25 | ] |
| 26 | } |