Bug: 139609145 Test: atest --test-mapping frameworks/base/packages/SystemUI:staged-platinum-postsubmit Change-Id: I7c9cb55da2a9a336fb09e93417bdd6851e28352d
21 lines
523 B
Plaintext
21 lines
523 B
Plaintext
{
|
|
// 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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|