media: Remove EncodeDecodeTest and DecodeEditEncodeTest from postsubmit
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 postsubmit till the issues in cuttlefish are fixed.
Bug: 229286407
Bug: 170747332
Test: Treehugger
Change-Id: Ie707bcaeeb1c5d29ea1b8f5408622194a3d30212
(cherry picked from commit e3c77feecd244d6f69d9b17fffa27988cb47c17a)
Merged-In: Ie707bcaeeb1c5d29ea1b8f5408622194a3d30212
diff --git a/media/TEST_MAPPING b/media/TEST_MAPPING
index 3e79897..a4c03ba 100644
--- a/media/TEST_MAPPING
+++ b/media/TEST_MAPPING
@@ -23,26 +23,8 @@
{
"path": "frameworks/av/drm/mediadrm/plugins"
}
- ],
-
- "platinum-postsubmit": [
- // runs regularly, independent of changes in this tree.
- // signals if changes elsewhere break media functionality
- {
- "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
+ // platinum-postsubmit once issues in cuttlefish are fixed
}