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

Commit 465fbe9c authored by Jason Macnak's avatar Jason Macnak
Browse files

Revert "media: Remove EncodeDecodeTest and DecodeEditEncodeTest from presubmit"

This reverts commit f85d1979.

Reason for revert: Underlying issue b/235995022 was fixed and Cuttlefish now passes EncodeDecodeTest and DecodeEditEncodeTest.

Change-Id: I453d79ee2fdebb0eafc56f6100e2651738b422e6
parent f85d1979
Loading
Loading
Loading
Loading
+19 −2
Original line number Diff line number Diff line
// for frameworks/av/media
{
    // TODO (b/229286407) Add EncodeDecodeTest and DecodeEditEncodeTest to
    // presubmit-large once issues in cuttlefish are fixed
    "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"
                }
            ]
        }
    ],
    "presubmit": [
        {
            "name": "GtsMediaTestCases",