blob: 5a60243c4ba2dc8eb3b9ec8a2cf4821be0c7429b [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"
Edwin Wongcc1dcd82020-01-24 17:52:40 -080012 }
13 ]
Edwin Wongcc1dcd82020-01-24 17:52:40 -080014 }
15 ]
16}