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

Commit f85d1979 authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

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
parent 94a233ae
Loading
Loading
Loading
Loading
+2 −19
Original line number Diff line number Diff line
// 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",