blob: 9f13a7b861a027c854626701b2374050b310e706 [file] [log] [blame]
Lucas Dupin46363d4d2019-11-25 12:46:38 -08001{
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 Dupinf1ae7072019-12-03 09:25:52 -080012 "include-annotation": "android.platform.test.scenario.annotation.Scenario"
13 },
14 {
Lucas Dupin46363d4d2019-11-25 12:46:38 -080015 "exclude-annotation": "androidx.test.filters.FlakyTest"
16 }
17 ]
18 }
19 ]
20}