Skip to content

Commit

Permalink
TEST_MAPPING name must be CTS modules, not test names
Browse files Browse the repository at this point in the history
Change-Id: I0829e0e9ea6bc0fa55f15390adfaf75ca1130301
  • Loading branch information
Brian3031 committed May 16, 2024
1 parent 807baf4 commit 1fbcc8f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions media/TEST_MAPPING
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@
],
// Postsubmit tests for TV devices
"tv-postsubmit": [
{
"name": "android.media.decoder.cts.DecoderRenderTest"
}
{
"name": "CtsMediaDecoderTestCases",
"options": [
{
"include-filter": "android.media.decoder.cts.DecoderRenderTest"
}
]
}
]
}

0 comments on commit 1fbcc8f

Please sign in to comment.