blob: 281406f24cb2e8c08ae54d4e9249016259ff994c [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 {
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}