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

Commit bee4f3c1 authored by Lajos Molnar's avatar Lajos Molnar Committed by Automerger Merge Worker
Browse files

Merge "media: Remove EncodeDecodeTest and DecodeEditEncodeTest from presubmit" am: 36ebe91f

parents 4a2d5499 36ebe91f
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",