Commit 171977b3 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

fix missing delay_profile arg.

parent 5db31dd9
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -483,7 +483,8 @@ def test_osba_full_chain_split(
    in_fmt,
    bitrate,
    render_config,
    trajectory
    trajectory,
    delay_profile
):
    if delay_profile is not None:
        pytest.skip("BASOP-TEMPORARY: Skipping all delay profiles except None")