blob: 49614cd7d3da2643027cfa306fb0470a786bae1c [file] [log] [blame]
{
"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"
}
]
}
]
}