media: Remove EncodeDecodeTest and DecodeEditEncodeTest from presubmit

Cuttlefish doesn't honor dataspace which causes these tests to fail
when c2 s/w encoders use correct color aspects. These tests are now
removed from presubmit till the issues in cuttlefish are fixed.

Bug: 229286407
Bug: 170747332
Test: Treehugger

Change-Id: I1d0989dd9d53f7bef7e4d0704b644386b66372d0
(cherry picked from commit f85d19794c5a6f5b8251b7daeadf036c613a52cc)
Merged-In: I1d0989dd9d53f7bef7e4d0704b644386b66372d0
diff --git a/media/TEST_MAPPING b/media/TEST_MAPPING
index 41fe080..3e79897 100644
--- a/media/TEST_MAPPING
+++ b/media/TEST_MAPPING
@@ -1,24 +1,7 @@
 // for frameworks/av/media
 {
-    "presubmit-large": [
-        // runs whenever we change something in this tree
-        {
-            "name": "CtsMediaCodecTestCases",
-            "options": [
-                {
-                    "include-filter": "android.media.codec.cts.EncodeDecodeTest"
-                }
-            ]
-        },
-        {
-            "name": "CtsMediaCodecTestCases",
-            "options": [
-                {
-                    "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
-                }
-            ]
-        }
-    ],
+    // TODO (b/229286407) Add EncodeDecodeTest and DecodeEditEncodeTest to
+    // presubmit-large once issues in cuttlefish are fixed
     "presubmit": [
         {
             "name": "GtsMediaTestCases",