Adjust TEST_MAPPING

Bug: 142866491
Test: atest --test-mapping frameworks/av/media/libstagefright
Test: atest --test-mapping frameworks/av/media/codec2
Change-Id: I65f605af7e1f2f0c4ec7628ea719a0dbdce63ad3
diff --git a/media/codec2/TEST_MAPPING b/media/codec2/TEST_MAPPING
index 5a60243..49614cd 100644
--- a/media/codec2/TEST_MAPPING
+++ b/media/codec2/TEST_MAPPING
@@ -9,6 +9,10 @@
         },
         {
           "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
+        },
+        // TODO: b/149314419
+        {
+          "exclude-filter": "android.media.cts.AudioPlaybackCaptureTest"
         }
       ]
     }
diff --git a/media/libstagefright/TEST_MAPPING b/media/libstagefright/TEST_MAPPING
index 3c3fff7..fac9511 100644
--- a/media/libstagefright/TEST_MAPPING
+++ b/media/libstagefright/TEST_MAPPING
@@ -9,6 +9,10 @@
         },
         {
           "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
+        },
+        // TODO: b/149314419
+        {
+          "exclude-filter": "android.media.cts.AudioPlaybackCaptureTest"
         }
       ]
     },