Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cad7f4a6 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Wonsik Kim
Browse files

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 e3c77fee)
Merged-In: Ie707bcaeeb1c5d29ea1b8f5408622194a3d30212
parent 5000473c
Loading
Loading
Loading
Loading
+3 −21
Original line number Diff line number Diff line
@@ -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
}