blob: 3dceef79d3108f35dffb0eccfd24780d82b5c80d [file] [log] [blame]
{
"presubmit": [
// TODO(b/148094059): unit tests not allowed to download content
// { "name": "HEVCUtilsUnitTest" },
//{ "name": "ExtractorFactoryTest" },
// writerTest fails about 5 out of 66
// in addition to needing the download ability
//{ "name": "writerTest" },
{
"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"
},
{
"exclude-filter": "android.media.cts.AudioRecordTest"
}
]
}
],
"postsubmit": [
{
"name": "BatteryChecker_test"
}
]
}