Merge "Create a test mapping item for hubui tests."

This commit is contained in:
Yunqi Ye
2021-11-15 21:37:46 +00:00
committed by Android (Google) Code Review

View File

@@ -159,5 +159,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"
}
]
}
]
}