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

Commit 923f0a56 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Automerger Merge Worker
Browse files

media: Remove EncodeDecodeTest and DecodeEditEncodeTest from postsubmit am: cad7f4a6

parents 5bbc1f7e cad7f4a6
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
}