Merge "Experiment with using "presubmit-sysui" TEST_MAPPING suite" into tm-dev

This commit is contained in:
Vadim Tryshev
2022-06-15 02:13:33 +00:00
committed by Android (Google) Code Review

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",