From 5c655d1b55868d7e0c519fb7240152e35bf9ed02 Mon Sep 17 00:00:00 2001 From: Yunqi Date: Fri, 12 Nov 2021 18:10:11 -0800 Subject: [PATCH] Create a test mapping item for hubui tests. Bug: 203548108 Change-Id: I0b30c32a2e77e2a117365b282ac7b1ea22fdbeb4 --- packages/SystemUI/TEST_MAPPING | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index 45e034544ac69..3b856170133d6 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -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" + } + ] + } ] }