Lucas Dupin | 46363d4d | 2019-11-25 12:46:38 -0800 | [diff] [blame] | 1 | { |
| 2 | // Looking for unit test presubmit configuration? |
| 3 | // This currently lives in ATP config apct/system_ui/unit_test |
| 4 | "staged-platinum-postsubmit": [ |
| 5 | { |
| 6 | "name": "PlatformScenarioTests", |
| 7 | "options": [ |
| 8 | { |
| 9 | "include-filter": "android.platform.test.scenario.sysui" |
| 10 | }, |
| 11 | { |
Lucas Dupin | f1ae707 | 2019-12-03 09:25:52 -0800 | [diff] [blame] | 12 | "include-annotation": "android.platform.test.scenario.annotation.Scenario" |
| 13 | }, |
| 14 | { |
Lucas Dupin | 46363d4d | 2019-11-25 12:46:38 -0800 | [diff] [blame] | 15 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 16 | } |
| 17 | ] |
| 18 | } |
Lucas Dupin | e5dc1d9 | 2020-01-27 15:02:59 -0800 | [diff] [blame^] | 19 | ], |
| 20 | "platinum-postsubmit": [ |
| 21 | { |
| 22 | "name": "PlatformScenarioTests", |
| 23 | "options": [ |
| 24 | { |
| 25 | "include-filter": "android.platform.test.scenario.sysui" |
| 26 | }, |
| 27 | { |
| 28 | "include-annotation": "android.platform.test.scenario.annotation.Scenario" |
| 29 | }, |
| 30 | { |
| 31 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 32 | }, |
| 33 | { |
| 34 | "exclude-annotation": "android.platform.helpers.Staging" |
| 35 | } |
| 36 | ] |
| 37 | } |
Lucas Dupin | 46363d4d | 2019-11-25 12:46:38 -0800 | [diff] [blame] | 38 | ] |
| 39 | } |