Create a test mapping item for hubui tests.

Bug: 203548108
Change-Id: I0b30c32a2e77e2a117365b282ac7b1ea22fdbeb4
This commit is contained in:
Yunqi
2021-11-12 18:10:11 -08:00
parent 9560c9a648
commit 5c655d1b55

View File

@@ -154,5 +154,24 @@
}
]
}
],
"hubui-postsubmit": [
{
"name": "PlatformScenarioTests",
"options": [
{
"include-filter": "android.platform.test.scenario.hubui"
},
{
"include-annotation": "android.platform.test.scenario.annotation.HubUi"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}