blob: 49614cd7d3da2643027cfa306fb0470a786bae1c [file] [log] [blame]
Edwin Wongcc1dcd82020-01-24 17:52:40 -08001{
Wonsik Kim45a3ce92020-02-07 17:44:38 -08002 "postsubmit": [
Edwin Wongcc1dcd82020-01-24 17:52:40 -08003 {
Wonsik Kim45a3ce92020-02-07 17:44:38 -08004 // TODO: move to presubmit once we verify the tests are not flaky
5 "name": "CtsMediaTestCases",
6 "options": [
Edwin Wongcc1dcd82020-01-24 17:52:40 -08007 {
Wonsik Kim45a3ce92020-02-07 17:44:38 -08008 "include-annotation": "android.platform.test.annotations.Presubmit"
Edwin Wongcc1dcd82020-01-24 17:52:40 -08009 },
10 {
Wonsik Kim45a3ce92020-02-07 17:44:38 -080011 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
Wonsik Kim0ab1d012020-02-11 10:45:48 -080012 },
13 // TODO: b/149314419
14 {
15 "exclude-filter": "android.media.cts.AudioPlaybackCaptureTest"
Edwin Wongcc1dcd82020-01-24 17:52:40 -080016 }
17 ]
Edwin Wongcc1dcd82020-01-24 17:52:40 -080018 }
19 ]
20}