Revert "Add CTS tests to MTS"

This reverts commit bc1332e590d04af8999548299afd49e3ab210662.

Reason for revert: <Droidmonitor created revert due to b/361690494. Will be verifying through ABTD before submission.>

Change-Id: Idf0292d83c68011049ffe5c923a7b09547de2000
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 31c06f4..be1f046 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,14 +1,4 @@
 {
-  "mainline-presubmit": [
-    {
-      "name": "CtsProfilingModuleTests[com.google.android.profiling.apex",
-      "options": [
-        {
-          "exclude-annotation": "androidx.test.filters.LargeTest"
-        }
-      ]
-    }
-  ],
   "presubmit": [
     {
       "name": "CtsProfilingModuleTests",
diff --git a/tests/cts/Android.bp b/tests/cts/Android.bp
index 04e946d..8f47cb3 100644
--- a/tests/cts/Android.bp
+++ b/tests/cts/Android.bp
@@ -36,8 +36,6 @@
     test_suites: [
         "cts",
         "general-tests",
-        "mts-profiling",
-        "mcts-profiling",
     ],
     min_sdk_version: "35",
     sdk_version: "module_current",
diff --git a/tests/cts/AndroidTest.xml b/tests/cts/AndroidTest.xml
index 6c955a7..5262996 100644
--- a/tests/cts/AndroidTest.xml
+++ b/tests/cts/AndroidTest.xml
@@ -14,7 +14,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License
   -->
-<configuration description="Config for Profiling test cases">
+<configuration description="Config for Profiling service test cases">
     <option name="test-suite-tag" value="cts" />
     <option name="config-descriptor:metadata" key="component" value="systems" />
     <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />