From 1c6468d69bf7eac473d12d951703501a9951de57 Mon Sep 17 00:00:00 2001 From: Marat Davliatchin Date: Sat, 7 May 2022 00:16:49 +0000 Subject: [PATCH] [SystemUI] Implement a way to put satin_dev.apk into test assets Bug: 229805432 Test: tests/scenarios/src/android/platform/test/scenario/hubui Change-Id: I9af10f7e0e42723806a92c90bb310f9f844d896c (cherry picked from commit 4e4cbe73b4704c2b3783dcdcaae7b6f62b8e87c1) --- packages/SystemUI/TEST_MAPPING | 44 ---------------------------------- 1 file changed, 44 deletions(-) diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index d146fc91bfb51..b01fd6de5243e 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -124,49 +124,5 @@ } ] } - ], - "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" - } - ] - } - ], - "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" - } - ] - } ] }