Move SettingsUITests to presubmit

Bug: 290684887
Test: presubmit
Change-Id: Ib31f9005884731c7f904a9513bf9ac085d3ddafa
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 9722a85..c448de9 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": [
@@ -31,6 +42,9 @@
       "name": "SettingsUITests",
       "options": [
         {
+          "exclude-filter": "com.android.settings.ui"
+        },
+        {
           "exclude-annotation": "org.junit.Ignore"
         }
       ]