Commit 97cedcfe authored by Jan Kiene's avatar Jan Kiene
Browse files

add missing skip

parent f3e1f87f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -103,6 +103,8 @@ def test_multichannel_binaural_headrotation(
):
    if bitrate == 32000 and hrtf_tag == HRTF_TAG_SAME_AS_ROM:
        pytest.skip("Skipping ParamBin until binary and ROM contain same data")
    if bitrate == 160000 and hrtf_tag == HRTF_TAG_SAME_AS_ROM:
        pytest.skip("Skipped until reason for non-BE in FastConv is clarified")
    in_fs = 48
    option_list = ["-mc", in_fmt]
    in_file = FORMAT_TO_FILE_MC_WOEXT[in_fmt].format(in_fs)