Commit dff8f272 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

re-enable refvec tests marked xfail for BINAURAL_ROOM_REVERB

parent 36890528
Loading
Loading
Loading
Loading
Loading
+43 −51
Original line number Diff line number Diff line
@@ -1110,10 +1110,6 @@ def test_ambisonics_binaural_headrotation_refvecequal(
    if test_info.config.option.create_ref or test_info.config.option.create_cut:
        pytest.skip("OTR tests only run for smoke test")

    # TODO revert
    if in_fmt == "HOA3" and out_fmt == "BINAURAL_ROOM_REVERB":
        pytest.xfail("WIP : minor differences to be resolved")
    else:
    compare_renderer_args(
        record_property,
        props_to_record,
@@ -1154,10 +1150,6 @@ def test_ambisonics_binaural_headrotation_refvec_rotating(
    if test_info.config.option.create_ref or test_info.config.option.create_cut:
        pytest.skip("OTR tests only run for smoke test")

    # TODO revert
    if in_fmt == "HOA2" and out_fmt == "BINAURAL_ROOM_REVERB":
        pytest.xfail("WIP : minor differences to be resolved")
    else:
    compare_renderer_args(
        record_property,
        props_to_record,