Merge "Experiment with using "presubmit-sysui" TEST_MAPPING suite" into tm-dev am: ce4cf41cab am: 1bdcf64c6b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18893273

Change-Id: I0657f93f1354e05ae2b970aa0df20358cc2dc723
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Vadim Tryshev
2022-06-15 03:15:22 +00:00
committed by Automerger Merge Worker

View File

@@ -20,6 +20,25 @@
] ]
} }
], ],
"presubmit-sysui": [
{
"name": "PlatformScenarioTests",
"options": [
{
"include-filter": "android.platform.test.scenario.sysui"
},
{
"include-annotation": "android.platform.test.scenario.annotation.Scenario"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "android.platform.test.annotations.Postsubmit"
}
]
}
],
"presubmit": [ "presubmit": [
{ {
"name": "SystemUIGoogleTests", "name": "SystemUIGoogleTests",