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

Commit 5bbc1f7e authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Automerger Merge Worker
Browse files

media: Remove EncodeDecodeTest and DecodeEditEncodeTest from presubmit am: 5000473c

parents 14880984 5000473c
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",