1{ 2 "presubmit-large": [ 3 // The following tests validate codec and drm path. 4 { 5 "name": "GtsMediaTestCases", 6 "options" : [ 7 { 8 "include-annotation": "android.platform.test.annotations.Presubmit" 9 }, 10 { 11 "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" 12 }, 13 { 14 "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests" 15 } 16 ] 17 } 18 ] 19} 20