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

Commit cb1ab959 authored by Brian Lindahl's avatar Brian Lindahl Committed by Automerger Merge Worker
Browse files

Merge "TEST_MAPPING name must be CTS modules, not test names" into main am: 13efcc15

parents 25beff80 13efcc15
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -48,7 +48,12 @@
    // Postsubmit tests for TV devices
    "tv-postsubmit": [
        {
           "name": "android.media.decoder.cts.DecoderRenderTest"
            "name": "CtsMediaDecoderTestCases",
            "options": [
                {
                    "include-filter": "android.media.decoder.cts.DecoderRenderTest"
                }
            ]
        }
    ]
}