From b7f1f2372ae10779064280a065ae67b722c8cebc Mon Sep 17 00:00:00 2001 From: Chaohui Wang Date: Wed, 20 Sep 2023 17:46:30 +0800 Subject: [PATCH] Move SettingsUITests to presubmit Bug: 290684887 Test: presubmit Change-Id: Ib31f9005884731c7f904a9513bf9ac085d3ddafa --- TEST_MAPPING | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index 9722a85360a..c448de93d6b 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -16,6 +16,17 @@ "include-filter": "com.android.settings.biometrics2" } ] + }, + { + "name": "SettingsUITests", + "options": [ + { + "include-filter": "com.android.settings.ui" + }, + { + "exclude-annotation": "org.junit.Ignore" + } + ] } ], "postsubmit": [ @@ -30,6 +41,9 @@ { "name": "SettingsUITests", "options": [ + { + "exclude-filter": "com.android.settings.ui" + }, { "exclude-annotation": "org.junit.Ignore" }