Skip to content

Commit 11b76a2

Browse files
committed
Skip count removed for vp9 encode as its unsupported
Signed-off-by: Nitin Nakka <nitinn@qti.qualcomm.com>
1 parent 8f8396a commit 11b76a2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • Runner/suites/Multimedia/GSTreamer/Video/Video_Encode_Decode

Runner/suites/Multimedia/GSTreamer/Video/Video_Encode_Decode/run.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -671,10 +671,6 @@ if [ "$testMode" = "all" ] || [ "$testMode" = "encode" ]; then
671671
for codec in $codecs; do
672672
# Skip VP9 for encode tests (no v4l2vp9enc support in this test)
673673
if [ "$codec" = "vp9" ]; then
674-
for res in $resolutions; do
675-
total_tests=$((total_tests + 1))
676-
skip_count=$((skip_count + 1))
677-
done
678674
log_info "Skipping VP9 encode (not supported in this test suite)"
679675
continue
680676
fi

0 commit comments

Comments
 (0)