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

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

media: Remove EncodeDecodeTest and DecodeEditEncodeTest from postsubmit am:...

media: Remove EncodeDecodeTest and DecodeEditEncodeTest from postsubmit am: cad7f4a6 am: 923f0a56

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/18741784



Change-Id: I79af3c5894147b149f405a7f2744bd2d3f6436ff
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents fea03b1a 923f0a56
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
}