From a195fd05a717b708bf369a72072d45814931631e Mon Sep 17 00:00:00 2001 From: vadimt Date: Tue, 14 Jun 2022 13:47:51 -0700 Subject: [PATCH] Experiment with using "presubmit-sysui" TEST_MAPPING suite We'll see if it helps with test isolation against the problem with slow broadcasts. Bug: 202567877, 235268992 Test: various Change-Id: I5c42ddc615fe0aed8322f5fa890c60bc8084f670 --- packages/SystemUI/TEST_MAPPING | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index b01fd6de5243e..3bd6d51eecc6a 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -20,6 +20,25 @@ ] } ], + "presubmit-sysui": [ + { + "name": "PlatformScenarioTests", + "options": [ + { + "include-filter": "android.platform.test.scenario.sysui" + }, + { + "include-annotation": "android.platform.test.scenario.annotation.Scenario" + }, + { + "exclude-annotation": "org.junit.Ignore" + }, + { + "exclude-annotation": "android.platform.test.annotations.Postsubmit" + } + ] + } + ], "presubmit": [ { "name": "SystemUIGoogleTests",