Adding mapping for hubui presubmit tests

Change-Id: I51b4b960055890a401ae04c57644ea462f052523
This commit is contained in:
Mykhailo Malutin
2022-03-17 09:20:33 +00:00
parent 54ad6d967c
commit 6c14a5a43c

View File

@@ -180,5 +180,30 @@
}
]
}
],
"hubui-presubmit": [
{
"name": "PlatformScenarioTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"include-annotation": "android.platform.test.scenario.annotation.HubUi"
},
{
"include-filter": "android.platform.test.scenario.hubui"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "android.platform.test.annotations.Postsubmit"
}
]
}
]
}