Commit c08138bb authored by Jan Kiene's avatar Jan Kiene
Browse files

skip unsupported tests

parent 5a7f4ea7
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -419,7 +419,6 @@ def test_ism_binaural_static(
    get_odg_bin,
    split_comparison,
):

    run_renderer(
        record_property,
        props_to_record,
@@ -456,7 +455,6 @@ def test_ism_binaural_headrotation(
    get_odg_bin,
    split_comparison,
):

    run_renderer(
        record_property,
        props_to_record,
@@ -495,7 +493,6 @@ def test_masa(
    get_odg_bin,
    split_comparison,
):

    run_renderer(
        record_property,
        props_to_record,
@@ -675,6 +672,9 @@ def test_custom_ls_output(
    get_odg_bin,
    split_comparison,
):
    # TODO: revert once BASOP is brought up-to-date
    if in_fmt in INPUT_FORMATS_MASA:
        pytest.skip("MASA to custom LS not supported on ivas-float-update yet")
    run_renderer(
        record_property,
        props_to_record,