From 861a84dd342d0448b2a488eb31be04b0b4795509 Mon Sep 17 00:00:00 2001 From: Chaohui Wang Date: Tue, 26 Sep 2023 07:21:01 +0000 Subject: [PATCH] Revert "Move SettingsUITests to presubmit" This reverts commit b7f1f2372ae10779064280a065ae67b722c8cebc. Fix: 302071194 Fix: 302071436 Fix: 302071558 Reason for revert: test breakage Change-Id: I98baf5c6c703a7f8847d0f0626315dd70a2e0cea --- TEST_MAPPING | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/TEST_MAPPING b/TEST_MAPPING index c448de93d6b..9722a85360a 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -16,17 +16,6 @@ "include-filter": "com.android.settings.biometrics2" } ] - }, - { - "name": "SettingsUITests", - "options": [ - { - "include-filter": "com.android.settings.ui" - }, - { - "exclude-annotation": "org.junit.Ignore" - } - ] } ], "postsubmit": [ @@ -41,9 +30,6 @@ { "name": "SettingsUITests", "options": [ - { - "exclude-filter": "com.android.settings.ui" - }, { "exclude-annotation": "org.junit.Ignore" }