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

Commit 13efcc15 authored by Brian Lindahl's avatar Brian Lindahl Committed by Gerrit Code Review
Browse files

Merge "TEST_MAPPING name must be CTS modules, not test names" into main

parents 807baf46 1fbcc8fd
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"
                }
            ]
        }
    ]
}