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 | { |
| 12 | "include-filter": "android.platform.test.scenario.quicksettings" |
| 13 | }, |
| 14 | { |
| 15 | "include-filter": "android.platform.test.scenario.notification" |
| 16 | }, |
| 17 | { |
| 18 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 19 | } |
| 20 | ] |
| 21 | } |
| 22 | ] |
| 23 | } |