Commit 6e12182e authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] renderer LTV test accidentally using CUT mode

parent d7adc329
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2265,7 +2265,7 @@ coverage-test-on-main-scheduled:
    # run renderer smoke test - needed for REFVEC tests
    - python3 -m pytest -q -n auto tests/renderer/test_renderer.py --use_ltv
    # run renderer test only with REF creation stage - no CUT needed since executables are identical
    - python3 -m pytest -q -n auto tests/renderer/test_renderer.py --use_ltv --create_cut
    - python3 -m pytest -q -n auto tests/renderer/test_renderer.py --use_ltv --create_ref
    # split rendering test doesn't support LTV - skipped here
    # VoIP BE tests don't support LTV - skipped here