blob: 28e432e121bccd3f65ea27b5261ff71a4871b47e [file] [log] [blame]
Edwin Wongd8139542020-05-05 09:30:36 -07001{
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}