Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 1 | { |
Wonsik Kim | 45a3ce9 | 2020-02-07 17:44:38 -0800 | [diff] [blame^] | 2 | "postsubmit": [ |
Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 3 | { |
Wonsik Kim | 45a3ce9 | 2020-02-07 17:44:38 -0800 | [diff] [blame^] | 4 | // TODO: move to presubmit once we verify the tests are not flaky |
5 | "name": "CtsMediaTestCases", | ||||
6 | "options": [ | ||||
Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 7 | { |
Wonsik Kim | 45a3ce9 | 2020-02-07 17:44:38 -0800 | [diff] [blame^] | 8 | "include-annotation": "android.platform.test.annotations.Presubmit" |
Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 9 | }, |
10 | { | ||||
Wonsik Kim | 45a3ce9 | 2020-02-07 17:44:38 -0800 | [diff] [blame^] | 11 | "exclude-annotation": "android.platform.test.annotations.RequiresDevice" |
Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 12 | } |
13 | ] | ||||
Edwin Wong | cc1dcd8 | 2020-01-24 17:52:40 -0800 | [diff] [blame] | 14 | } |
15 | ] | ||||
16 | } |