{ | |
"postsubmit": [ | |
{ | |
// TODO: move to presubmit once we verify the tests are not flaky | |
"name": "CtsMediaTestCases", | |
"options": [ | |
{ | |
"include-annotation": "android.platform.test.annotations.Presubmit" | |
}, | |
{ | |
"exclude-annotation": "android.platform.test.annotations.RequiresDevice" | |
}, | |
// TODO: b/149314419 | |
{ | |
"exclude-filter": "android.media.cts.AudioPlaybackCaptureTest" | |
} | |
] | |
} | |
] | |
} |