mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Xfail lacking VAQ on 10-bit build
VAQ is currently not supported with 10-bit pixels, so xfail the test for now.
This commit is contained in:
parent
c062f12340
commit
2bda7c1e5f
|
@ -63,3 +63,5 @@ test-10bit:
|
||||||
<<: *test-template
|
<<: *test-template
|
||||||
variables:
|
variables:
|
||||||
CFLAGS: '-DKVZ_BIT_DEPTH=10'
|
CFLAGS: '-DKVZ_BIT_DEPTH=10'
|
||||||
|
# VAQ is not currently supported on the 10-bit build, so xfail it
|
||||||
|
XFAIL_TESTS: test_tools.sh
|
||||||
|
|
Loading…
Reference in a new issue