{ | |
// Looking for unit test presubmit configuration? | |
// This currently lives in ATP config apct/system_ui/unit_test | |
"staged-platinum-postsubmit": [ | |
{ | |
"name": "PlatformScenarioTests", | |
"options": [ | |
{ | |
"include-filter": "android.platform.test.scenario.sysui" | |
}, | |
{ | |
"include-annotation": "android.platform.test.scenario.annotation.Scenario" | |
}, | |
{ | |
"exclude-annotation": "androidx.test.filters.FlakyTest" | |
} | |
] | |
} | |
] | |
} |